i would like to hide the collection titles from collection banner as i am including it within my image for collection banner. how can i do this? i have selected and deselected show description in collection header section but it does not make a difference, the title remains.
I tried hiding the banner altogether and adding my own new header to solve the problem but the image does not fit well in mobile view, so not a viable and ideal solution. i am using theme venue, i am wondering if there is a fault as deselection ‘show description’ makes no difference.
please help, thanks
Hi @ummemaryam ,
The Checkobx is probably hiding the description of a collection in Liquid: collection.description. The Value u want to hide is collection.title. If you want to edit this on your own. Try this:
Navigate to your Onlineshop → click the 3 Dots next to edit Theme → click edit code → search something like collection banner and navigate into this file → When you are in this file search for collection.title then you add style=“display:none;” to the HTML Element which contains collection.title. If this doesnt help and you want me to take a closer look you can provide your myshopify domain.
Best Regards and have a great Day
Erik