Sidebar menu text color problem

I have seen “sparkling” on a poorly adjusted monitor and the pale gray sidebar links are almost impossible to read. How can I tweak the color of the headings and the links. In particular the links.

Hi @raypuddy,

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

#page #secondary .widget a {
    color: #000;
}
#page #secondary h3.widget-title {
    color: #000;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

It works a treat. Thank you so much.

You are always welcome here :slight_smile: