cant change color of blog side bar headings

Hey guys

I’m sorry if this seems like a silly question but is there anyway you can help me change the color of the blog headings on the sidebar?

I’m trying to change all the writing that’s currently dark blue to white so that it’s actually visable. I couldn’t see anything in the options to sort it either.

It seems to be doing the same for the first letter of my posts too.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
yes, i can help you, In order to check your question i need to see your live website, please provide url and i will take a look

Hey thanks for getting back to me, Noda!

My URLhttp://www.innerverse.co.uk/blog/

  • Matt

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Change title font color*/
.widget .widget-title {
    color: white;
}

Best Regards,
Support

Thank you very much for the help! That worked for the titles but unfortunately the date of the blogpost in that same bar is still showing up as the old color.

Is there anything i can add to that code to sort it?

Thank you again.

Hello there,

This should work for that:


.widget.widget_recent_entries ul li .post-date {
    color: white;
}

Best Regards,
Support

Ah thank you so much, I really appreciate this!

Is everything ok now? :slight_smile:

Yes thank you!

I will close this case now, Feel free to contact us again if you have other questions Thanks!