This topic has 6 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
Hi,
How do I change the heading text colour in the sidebar widgets?
Also, the fonts are different for the 2 different widget headers, how can I make them both like the ‘browse by price’ widget header?
Thanks.
Hello,
Please provide us with the link to your site in Private Content.
Regards,
Eva Kemp.
Thanks, here it is
Please add this code into custom.css file:
.widget_product_categories .widget-title, .widget_price_filter .widget-title {
color: red;
}
and change color value to yours.
And this code to change font for Categories widget title:
.widget_product_categories .widget-title {
font-size: 16px;
font-family: Raleway;
}
Here is the tutorial how to create custom.css.
Regards,
Eva Kemp.
Perfect, thanks so much!
You’re welcome.
Regards,
Eva Kemp.
Tagged: best selling, persuasive, sidebar, themes, widget header text, woocommerce
The issue related to '‘Sidebar / Widget Header Text’' has been successfully resolved, and the topic is now closed for further responses