Social Icons in Footer in Color

Posted in: Newsmag
Post count: 20

I’d like to have social icons in Footer shown in color (like they are shown when hovered over).

Post count: 23312

Hello Zoran,

If you want to have a certain different color for each social icon, you should try using the code below and place it in Theme panel -> Custom CSS area.

.td-social-icon-wrap i.td-icon-facebook {
color: blue;
}
.td-social-icon-wrap i.td-icon-twitter{
color:pink;
}
.td-social-icon-wrap i.td-icon-vimeo{
color:orange;
}
.td-social-icon-wrap i.td-icon-vk{
color:yellow;
}
.td-social-icon-wrap i.td-icon-youtube{
color:grey;
}

The result is -> https://www.screencast.com/t/spdiCSAm

Hope this helps!

Thanks for your understanding!

Post count: 20

Thanks Catalin. I actually was hoping to have original colours, as icons are, when you hover over.

Post count: 23312

Hello Zoran,

Above, I gave you an example of how this can be done, sorry! If you want to have the original color for these icons you should inspect it closer each of them and get the color value from the hover effect.

Thanks.

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