product caterogires color
-
how can I edit text color in categories on main page? Can’t find info in theme setting; I need to change dark color in light color, but only in place as you see at the pic
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area for desktop and tablet in Theme Settings to change the color
body .cat-design-default .category-title {
color:white;
}
body .cat-design-default .more-products {
color:rgba(255,255,255,0.8);
}
Regards
thank you! great support 🙂
The topic ‘product caterogires color’ is closed to new replies.