Footer info link color

Posted in: Newspaper
Post count: 46

Hi.
I have added a text with a link at the Footer Info content block. The link is showed with the default blue colour. I would like to know where this link color (and also the hover colours) can be changed. I have searched through the theme panel settings but could not find the place.
Thanks in advance.

Post count: 35449

Hi AlbertoJR, if you are using a classic footer and not a footer page or footer template, then you can set the footer links color only with custom css -> https://i.imgur.com/O3CLF4A.png
.footer-text-wrap .footer-email-wrap a {
color: #ef23ef;
}

The code need to be set in theme panel> custom code> custom css.
If you are using a footer page or footer template, then you can use tagDiv Composer to edit these sections (color links)-> https://i.imgur.com/bqxIref.png

Hope this will help you!
Thank you!

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