Change hyperlink colour in posts

Hi there, …one more question about the colour: can you pls advice how to change hyperlink colour in posts? My blog is http://ad.sme.sk/. Now it is default set to red – and “mouseover” change red to grey/white (so now this is changing to weakly distinctive color). I would like to set it to something like “huge red” or red with bold (after mousover)…
Many thanks in advance; Nunciuss

Hi Nunciuss,

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

.entry-content a:hover {
    font-weight: bold;
}
.entry-content a {
    color: #FB041C;
}

Best Regards,
Movin

Hi Movin,
many thanks, it works excelent.
I appreciate your perfect support.
Have a nice day.
Nunciuss

You are most welcome here :slight_smile: