Footer social media icons

Posted in: Newspaper
Post count: 33

Hi,

How can I make the social media icons in the footer have a different style? E.g. with some colour. Is there different icon sets I can choose from?

Thanks
Tom

Post count: 22421

Hello Tom,

Sorry but there is no setting for it. You cna maybe use a bit of css to do it. Here is an example:
.footer-social-wrap .td-social-icon-wrap a{
color:red;
}

http://screencast.com/t/4Gj4IdvznidW

If you want separate colors you will have to use the browser inspector to idenbtify each class and add the css for each element. For example:
.footer-social-wrap .td-social-icon-wrap .td-icon-facebook{
color:dodgerblue
}
.footer-social-wrap .td-social-icon-wrap .td-icon-twitter{
color:cyan;
}

I hope this helps.
Thanks.

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