Custom CSS for Footer Contact Us Mailto Link

Posted in: Newspaper
Post count: 12

Hi,
Would anyone know a custom CSS to change the color of the mailto: link in
the footer only. I don’t want to change any other link colors just this single one in the footer. Thanks in advance!
~R
This one 🙂
https://ibb.co/fKKhaU

Post count: 20688

Hi,

So you want to change the color in the footer for the email link only? You can use some CSS for that.
You could do something like this – https://www.screencast.com/t/2IMXIPzw

.td-footer-wrapper a[href^="mailto"] {
color: yellow;
}

Change the color as you want, then enter it in Theme panel->Custom CSS code section.

Thanks

Post count: 12

Thanks so much, Simion

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.