Hyperlink colour

Hi,

I would like to add a specific colour when hovering over a link on my website, but I can’t find where to do it, could you please advise me on the steps to follow?

The link that I want to appear in a different colour is specifically our email address that appears on the contact page of our website.

Best,
Marina.

Hi Marina,

Thanks for reaching out.
It seems that the Inline CSS has been added to the a tag added in the Text element. I would suggest you remove that and add the following custom CSS code into the Customize > Element CSS of the Text element where these texts are added.

$el a
{
    color:#ff0000 !important;
}

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.