Change footer text color

Posted in: Newsmag
Post count: 49

Hi!

I´m using style 5 on my footer of Newsmag and I can´t change the color to black. I was searching topics already tlak of that but I couldbn´t find nothing.

Anyone can help me?

Thanks

  • This topic was modified 11 years by harmario.
Post count: 7909

Hi,

Unfortunately there is no option to change the footer text color from Theme Panel, but you can do this using custom css in Theme Panel > Custom Css: http://screencast.com/t/YsiFd0iq

.footer-text-wrap {
color: #222222;
}

Thanks!

Post count: 49

Thanks a lot Alin!

It Works great!

but… I have my last question?

Can I do the same with the Social Icons on the Footer?

Thanks!

Post count: 7909

Hi,

Yes, you can try this css code to target footer icons – http://screencast.com/t/H13NqETA

.footer-social-wrap i {
color: #222222;
}

Thanks!

Post count: 49

Thanks Alin!

Works perfectly!

You do a great support!

See you!

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