Social Icons in Footer Colour Not Changing

Posted in: Newspaper
Post count: 8

Hi,

I’m trying to change the colour of the social icons in the footer on my site http://www.blandrepublic.com

I’ve adjusted all the social icon colours in the ‘theme colours’ section of the theme panel but it is not making any difference.

Could you please let me know how I can change these?

Thanks

Post count: 23312

Hi blandRepublic,

Unfortunately, there is no option to change this from Theme panel. In theme panel you can change only the color for top bar social icons and mobile menu icons, like this: http://screencast.com/t/andjE7L3

For change the footer social icons it is necessary to use custom Css. Please try the code below and change this with color as you like. Add this code in Theme panel->Custom Css area, like this: http://screencast.com/t/BFbCLQEe4Z

.td-footer-wrapper .td-icon-font {
color:red;
background-color: green;
}

The result should see here: http://screencast.com/t/Byryi5lD

Thanks and let us know how it goes!

Post count: 8

Hi,

That worked perfectly. Thanks a lot!

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