Footer Information

Posted in: Newspaper
Post count: 419

I added my email address in the Footer Info section but it does not display. I did hover the space under Contact us and it links but the email does not show. It is supposed to?

Thanks

Post count: 20688

Hi,

It seems that maybe you have set a black color for the theme accent, and the text is present but it is black and not visible on the footer background – https://www.screencast.com/t/xNnM4LEGH59
You can try this code to change only the contact link to any color you want, while keeping the theme accent color – https://www.screencast.com/t/d0dOe8ZHd
This is the code used

.footer-email-wrap a {
color: white!important;
}

Thanks

Post count: 419

It worked! Thanks

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