CSS for Social Counter Link Hover

Posted in: Newsmag
Post count: 11

I have searched the forum for the answer but nothing works. What’s the CSS code for changing the hover on the social boxen of the Social Counter?

This?
.td-social-box>a:hover{
color:#dd3333!important;
}

Post count: 6535

Hi

This is the code which make the hover for Social counter boxes:

.td_social_type:hover .td-social-box{
background-color: #222;
}

Thanks!

Post count: 11

Thanks Andrel! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.