Changing Social Counters Number Color

Posted in: Newspaper
Post count: 4

Hello everyone,

I’d like to change the color of the number that displays the amount of followers in your social counter widget.
Since the standart color is black, I’d like to change it to white, like you did at your “Art Creek” demo: https://demo.tagdiv.com/newspaper_art_creek/#

Thank you in advance

Post count: 4

Edit: Or is there a way to in general switch the color of the entire text to white?
I cannot decide between style 3 and 9, however both have either black numbers (style 9) or entire black text (style 3).

Hope this made it a bit more clear.
Thank you in advance

Post count: 20688

Hi,

That color could be changed with some CSS, however you will have to set a background maybe for the social counter elements in order to see the information. This is how style 9 would look with the code
https://www.screencast.com/t/nfBE8UTqaF
And style 3
https://www.screencast.com/t/4kcl0c0Qmsb
The code must be entered in Theme panel->Custom CSS section

.td_social_info {
color: #fff;
}

If you would like the “Like/Follow” to be white text as well in style 3, the code is like this
https://www.screencast.com/t/rEimbRRcenW9

.td-social-box,
.td-social-style3 .td_social_type a {
color: #fff;
}

Thanks

Post count: 4

Hello Simion,

thank you very much for the quick and helpful answer.
It all worked out great.

Have a good day, and greetings from Germany!

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