This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hello,
I wanted to ask some questions about the theme:
1 – After updating to 4.0 my custom CSS didn’t work. I followed the steps you have mentioned in other topics
Please create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file + add wp_enqueue_style( ‘dynamic-css’, get_stylesheet_directory_uri() . ‘/dynamic.css’ ); in woopress-child/functions.php file. Then go to Theme Options and re-save them.
And it worked, but now when I have added other lines of CSS they don’t work. How can I add more CSS lines?
2 – I want to have the Title page and breadcrumbs in normal pages but not in Products, I have been searching in theme options but didn’t see an option to achieve this. Do you know how can I do it?
3 – I’m using Visual Composer for the layout of my products, and I noticed that the product page shows Image gallery, product description and the woocommerce tabs before the VC content I created. Is it possible to only show the VC content in my products?
Thanks a lot for your help.
Kind regards,
Marta
Hello,
1. I have a bit changed your custom code http://prntscr.com/itntji. Please clear cache and check now.
2. You can use this custom css code:
.single-product .page-heading {
display: none;
}
3. You can make changes in theme files (woopress/woocommerce folder) via child theme – https://codex.wordpress.org/Child_Themes
or use custom css code to hide some elements on single product page. This article will be useful for removing tabs – https://docs.woocommerce.com/document/editing-product-data-tabs/ (add code in functions.php file of child theme)
Regards
Hello Rose,
Thanks a lot for your help. So, in the first question, the problem was cache?
Kind regards,
Marta
Hello,
You’re welcome.
In the code was a misspelling, so I corrected it. It is recommended to clear cache before checking the effect of changes.
Let us know if you need any further assistance.
Regards
Understood!
I think you can close this thread now if you want.
Kind regards
Ok. Have a nice day.
Regards
The issue related to '‘Some questions about the theme’' has been successfully resolved, and the topic is now closed for further responses