Change link hover color

i want to ask, how to change link hover color in main page post, see the sceenshoot

nobody know the answer? really?

Hi @andikawp,

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: #3fab53;
}

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

Hi Movin, Thank You for your answer :slight_smile:

You are most welcome here :slight_smile: