how to change title of sidebar widget?
- The topic ‘how to change title of sidebar widget?’ is closed to new replies.
Need help? Check out our Support site, then
on each sidebar widget, we have a section for a title which is of small font and too light of grey for reading. how do i change its size and color? i’d like to make it slightly bigger and darker for easier reading.
The blog I need help with is: (visible only to logged in users)
Hello,
Please use this custom CSS to change the font size and color of the widget title located in the sidebar:
#secondary .widget .widget-title {
font-size: 16px;
color: #3379a7;
}
Let me know if you have any additional questions.
Kind regards,
Taras
thank you it works!
You are very welcome!