how to change color of headers turning red when pointing cursor.

Hi Im using Sparkling and to change font and color installed easy google fonts plugin. but still cant change the color of headings ( they turning red when pointing cursor… I need some other color) url www.lifehackman.com

Hi @sandro5,

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 .entry-title a:hover {
    color: #4a9c51;
}

You can 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

Thanks a lot it works!
Can you help me also with widget red text.
Please advise some tutorial with step by step from basic. I really appreciate your help.
Sandro

Use the below CSS code to change the widget read color.


h3.rommeled_widget_image-inner-title {
    color: #000;
}

Please see the following step by step tutorial about how to do that.