how i can change social media count color when hover

Posted in: Newspaper
Post count: 9

how i can change social media count color when hover
default: color when hover is black
https://imgur.com/a/QWkkO4W

Post count: 9

or hoe I can disable color background black when hover

Post count: 20688

Hi,

You could use some CSS to chnage the default black color, try this code
http://prntscr.com/mbxryc
Enter it in the custom CSS section in the theme panel, use any color you want

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

Thanks

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