change social icons color

Posted in: Newspaper
Post count: 30

hi, i am using Social Counter for Style 10 colored squares.

i want to change all of color them to example next

back ground:#474747
text:#defc00

how can i do ?

Post count: 23312

Hello YTGAW,

You can try using the code below and place it in Theme panel -> Custom CSS area.

.td_block_social_counter .td-sp:before{
color:#defc00!important;
}
.td_block_social_counter .td-social-box{
background-color:#474747!important;
}

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

Thanks for the message!

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