How to change color of the individual social counter icon

Posted in: Newspaper
Post count: 5

Hi, I’m using the social counter style 4, is there a way to change the color of the instagram icon? It’s now in blue, i would like to change to the color that similar to the instagram gradient, or if a gradient is not possible, a similar color such as hot pink?
Same issue as the icon on the top bar & the footer, now when i move the cursor to the icon, the hover color of instagram is blue, would like to change that too.
I only need to change the instagram icon. Please let me know if possible. Thank you~

Post count: 18283

Hello !

That can be achieved using css: .td-social-colored .td_social_instagram .td-sp {
Background-color: red;
}

Let me know if this was helpfull !

Thank you !

Post count: 5

Thanks works! Thank you~
Is there any way to change also the instagram icon on the top bar & footer?
Thank you~

Post count: 18283

Hello !

For the footer:

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

For the top bar: .td-social-icon-wrap .td-icon-instagram {
background-color: red;
}

I hope this will be helpfull !

Thank you !

Post count: 5

Thank you:) but i need to change the color of hover, but your answer gave me a hits, and i found the way to do it, it should be:

.td-social-icon-wrap:hover i.td-icon-instagram {
color: red;
}

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