Unable to see email in "Contact us" Section

Posted in: Newspaper
Post count: 20

Hi Team,

I am unable to see the email in the footer section (link is clickable but text color seems like it’s extremely faint)

How can I change this to white?

https://paste.pics/DNBW7

FYI: This is the current custom CSS code I have right now – not sure if these could be impacting this

https://paste.pics/DNBWH

Post count: 27744

Hello,

The color which is set on email is the THEME ACCENT COLOR from Theme Panel -> Theme Colors -> General => https://www.screencast.com/t/KEoP35E0kK, so you need to use a custom code css to change the color => https://www.screencast.com/t/MPhoEaebp

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

You need to set the code in Theme Panel -> Custom Code -> custom CSS.

Thank you!

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