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