hello,
what page in the editor I need to modify to :
1. delete the show options in the shop and category pages (I don’t want to give the client the possibility to change to list or modify number of columns)
2. Don’t show products tags before the product title in the shop and category pages.
thank you
Hello,
I have removed the show options on category pages and product tags also with adding these two lines of code:
.product_item .tags, .shop_show_options{ display:none !important; }
Regards!
You must be logged in to reply to this topic.