This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hi there, How can I change the COLOR of the BOX and TITLE of the CATEGORY BOX TITLE please see image
Thank you
Hello,
Please add this code in Theme Options > Styling > Custom css:
.sidebar-widget.widget_product_categories .widget-title {
background: red;
color: white;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up