Home › Forums › WoodMart support forum › Dark header, search icon is still black › Reply To: Dark header, search icon is still black
April 8, 2020 at 7:16 am
#185316
Aizaz Imtiaz Awan
Keymaster
Hello,
1) Please provide a relevant screenshot to check it myself and help you out accordingly.
2) To hide product count from the product categories you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.category-grid-item .more-products {
display: none;
}
Best Regards.