Change color in categories
-
Hi i need to change the color in this section http://prntscr.com/h6u3te
also i need to hide the products number. i didnt find any way to do this.
Hello,
We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.
You can do both things with the following code snippet. Add it to the Custom CSS area in Theme Settings
div.cat-design-default .more-products {
display:none;
}
div.category-grid-item .category-title {
color: #efefef;
}
Kind Regards
Xtemos
Great thanks for you great support
The topic ‘Change color in categories’ is closed to new replies.