This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Robert Hall
I would change the background color (now white) where it says the name of the category in the box “product categories” on the home page. I would also like to change the font color and if possible put a border above and below the white bar where it says the name of the category. I post a picture for you to see where …
credentials in private
Thanks
Hello,
Use this code in Global Custom CSS:
.product-category .categories-mask {
background-color: grey;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
.product-category .categories-mask span {
color: white;
}
.product-category .categories-mask h4 {
color: white;
}
Regards,
Eva Kemp.
Ok thanks…
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Change color background in product category box’' has been successfully resolved, and the topic is now closed for further responses