Sidebar Font Color

I want to change the sidebar font color to #1e73be. How do I do this?
http://lorigibsononline.com

Hi @lorigibson,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


#secondary aside.widget a {
    color: #1e73be;
}

Best Regards,
Movin

THANK YOU SO MUCH! Worked perfect Movin!!!

You are most welcome here :slight_smile: