Edit Color In Sidebar
-
Hi,
I can’t figure out how to change the font color of items listed in my sidebar. It is all grey and I’d like it to be aqua. I’ve been trying to find the code to add in CSS and I can’t figure it out. Please help, thank you.The blog I need help with is: (visible only to logged in users)
-
Hi,
Try this custom CSS:
#secondary aside h1.widget-title {
color: aqua;
}Hope that’s what you are trying to achieve.
If you need any more help, let us know.– bests,
-
Hi ohjennymarie
The side bar is having a div with id secondary you just need to give that div the color aqua.
You can add the below code to get color change of the side bardiv#secondary { color: aqua; }Hope this will help you.
-
- The topic ‘Edit Color In Sidebar’ is closed to new replies.