Colour of mailto link

Posted in: Newspaper
Post count: 4

Hello, I must change the colour link of address of contact us in footer beacause the color link its the same colour of back of footer. How can i do it? Thank you

Post count: 22421

Hello,

The mailto link gets the color from the theme accent color set in the theme colors section in the general tab. If you want to change just the contact link in particular, you can add this custom css to the theme panel under custom code:

.footer-text-wrap .footer-email-wrap a{
color:red;
}

Thank you!

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