Change color for contact email in footer

Posted in: Newspaper
Post count: 24

Hi,

I changed the theme accent color to black, meaning all hyperlinks were also changed to black color as default. I managed to change hyperlink color on individual pages by entering CSS, but I struggle to change the color of the email address in the footer (that is entered in Theme Panel -> Your email address). Any help?

If you go to https://www.lettogsunn.no/ you will see in the footer that it is almost impossible to read the email address when footer background color is also dark (which we want to keep).

Thanks

Post count: 22421

Hi,

You can try this css:

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

Thanks.

Post count: 12

Hello, Does which CSS does this go into? Also can you give me the code for it to go to white or a very light grey?

Post count: 22421

Hello,

You can add css code to the theme panel custom code section: https://www.screencast.com/t/aTlgCabMoKPC
You can change the color from this code with one you choose from here: http://htmlcolorcodes.com/

Thank you!

Post count: 12

Thank you! Worked perfectly…

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