Link footer collor

Posted in: Newsmag
Post count: 115

Sorry
I again.

color Link contact email
Link
where I change this collor?

First footer area

Post count: 82

I’m not tagDiv support, but I’ve changed it like this (example for white link):

div.footer-email-wrap a {
color: #fff;
}

For different hover colour, you would need to add “hover” after “a” like this:

div.footer-email-wrap a:hover {
color: #fff;
}

Post count: 115

Works fine
Thanks a lot

Post count: 82

Happy to help! 🙂

Post count: 3

Hello,
Lukas or André or somebody, where is the file in ftp to edit? what´s their name and extension?or in the theme, where i put this code?

thanks!

Post count: 6535

Hi

You can add the css in theme panel > custom css: http://screencast.com/t/FrwuEX0wOpOF or you can edit the style.css file and add the modification there: http://screencast.com/t/Lf7jXjTjsNw

Thanks!

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