Dark header, search icon is still black
-
Hi,
1) I have checked all the settings but somehow the search icon is still dark? Why is that?
2) How can i hide the product count of the product categories?
Thanks
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.
Hi,
The attached a screenshot. I entered your code but it still shows the total number of products in the category, i do not want that.
And also, please give me the full code for the default demo footer. I cannot install all the demo again because it will take a lot of time to delete everything
Attachments:
You must be
logged in to view attached files.
Hello,
1) Please replace the previous code with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.category-grid-item .more-products {
display: none !important;
}
2) And for the search icon please add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.search-button .search-button-icon::before {
color: white;
}
3) Unfortunately, I am unable to provide you with the code of the default footer you need to import the demo base version for this.
Best Regards.
Hi,
I have tried both of the codes and made sure i added at the right place, but none of them worked.
The search icon on mobile is still dark, and the product categories still shoe the total number of products.
You can check yourself.
Thanks
Hello,
Your issue has been resolved. Please clear cache and check back.
Best Regards.