Footer Social Icons

Posted in: Newspaper
Post count: 64

Is there a way to change the color of the Social Icons in the footer? It’s grey on grey and I don’t see a way to separate the color from the background. It looks hidden. Thanks!

Post count: 22421

Hello gomerblog,

The social icons were set to have a transparent background, so they will inherit the footer background. There is no option from the panel to change their color but you can use a custom css to do it:

.td-social-style-2 .td-icon-font {
background-color: red;
}

I set it to red as an example. You can set a different one if you like.

Thank you.

Post count: 64

That worked thanks

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