Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Tagged: display, hide, product, symbiostock express, tittle
Hi all,
Can we hide the title of the products in the home layout and product categories except in a single product layout?
the problem with the display, when the number of words line in the product title is not same will make the position of the photos are not symmetrical display.
Thanks
I’d try to find the css class used on the pages you don’t want the title to be shown and then add a display: none;
to your child theme css class with the same name.
Hi! The following Custom CSS works in my theme, I hope it works on yours too,
otherwise you need to write something similar, as said above
#wrapper .product-details {display:none!important;}
Tank you andre and Airphotogr 🙂
You must be logged in to reply to this topic.