"Contact Us" + "Follow" text in Footer (8.2 theme)

Posted in: Newspaper
Post count: 116

Sorry this request: here it’s impossibile to change the color of “Contact Us” + “Follow” text in Footer.
https://www.dropbox.com/s/87ancwajr7aqrzy/color-text-footer.png

Post count: 23312

Hello 22p,

Try the code below and place it in Theme panel -> Custom CSS area.

.footer-text-wrap .block-title >span,
.footer-social-wrap .block-title > span
{color:red!important;}

The result is here -> https://www.screencast.com/t/eqkMPmEXB0

Thanks.

Post count: 116

Thanks Cat.
Why we have to do it with custom css code (with !important)?
I think it’s better from the theme option…

Post count: 23312

Hello 22p,

It’s important to do this to give your code a high priority. You should overwrite the default value of your colors via custom CSS code and that’s why you should add that tag. Also, if you do not want to use it, you should edit the style.css code, find this element and change directly from there this value.

Thanks for your understanding!

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