I would like to remove the heading that says 'Products' underneath the Virtuemart category name on all Virtuemart category pages. I am unsure of what code to add in the custom.css of the Megastore template. I have circled the text I want removing in red on the image I have attached (titled Attachment 1). The attachment was taken from a screenshot of https://courtyardbeautysalon.com/index.php/shop/body-treatments. Please help.
trevorellis Try add this to custom.css file :
.category-view .products-view h4{display:none !important;}
category-view .products-view h4{display:none !important;}
Kindly ensure to clear your browser cache if changes dont reflect
aman204 Thanks very much, that has done exactly what I wanted.