Home › Forums › WoodMart support forum › How to hide Product Category Title? › Reply To: How to hide Product Category Title?
September 2, 2024 at 2:20 pm
#594491
Aizaz Imtiaz Awan
Keymaster
Hello,
I have solved this issue by doing 2 steps:
1st I have added the extra class for the Prodcut categories widget: https://postimg.cc/8Jc8jCF7
Then the 2nd step I added the below custom CSS code in the homepage:
.homecategory .category-grid-item .hover-mask {
display: none;
}
Here is the screenshot where I have added the custom CSS: https://postimg.cc/XXwMqtqc
Best Regards.