Can I change the color of this text?

Posted in: Newspaper
Post count: 376

See here — http://prntscr.com/n7zv9t

The problem is if I change it there it changes it in other places. I only want to change it there in the footer.

The website is https://InterestingAnswers.com

thanks

Post count: 35449

Hi,

For this you’ll need to use a custom css like this one -> https://www.screencast.com/t/699DZ2a5w
.td-footer-wrapper .footer-text-wrap .footer-email-wrap a{
color: white;
}
.td-footer-wrapper .footer-text-wrap .footer-email-wrap a:hover{
color: red;
}

Feel free to change the colors from the code.

Hope this will help you to achieve what you need.
Thanks.

Post count: 376

This worked great. thanks

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