After update, links no longer are shown in selected color

Hi there
need help please. I updated my Sparkling website, and after that, while everything else works, I cannot get links to show in any other color than black or rather they show in the same color as the rest of the text. This obviously means it’s difficult for the readers to identify links. I’ve tried multiple times to change the color, alas no luck. Please help!
You can check my website www.aklakelett.comThank you

Any help how to resolve this would be greatly appreciated!

Hi @aklakelett,

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

You can try changing the link colors 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 article a {
    color: #1e73be;
}

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

Thank you! That solved the problem.

You are most welcome here :slight_smile: