How do I change the color of the box containing the footer social icons?

Posted in: Newspaper
Post count: 20

How do I change the footer social icon box when I hoover on the icons? Please see example at link below.
http://ireggaenation.com/

Post count: 22421

Hi,

The hover is set in css for each button in particular. There is no option in the theme to change this behavior. It can only be changed with custom css code.

.td-social-style2 .td-social-icon-wrap:hover .td-icon-facebook{
background-color: grey;
}
.td-social-style2 .td-social-icon-wrap:hover .td-icon-instagram{
background-color:grey;
}
.td-social-style2 .td-social-icon-wrap:hover .td-icon-twitter{
background-color:grey ;
}
.td-social-style2 .td-social-icon-wrap:hover .td-icon-youtube{
background-color:grey ;
}

Change the colors in the code and then place it in the theme panel under the custom code section.

Thanks;

Post count: 20

Thanks for the css snippet you have provided, but it focuses on the hover colour of the icons. My interest is in changing the background color from grey to another color when I hover over any of the icons it contains. Can you indicate what needs to be added to the css?

Post count: 22421

Hello,

I’m not sure I understand this right. You want to change the background for the whole social icons container when hovered over any of the icons? Please provide more details to what background do you want changed. Where?

Thanks.

Post count: 20

Please check the social network icons on the footer of the site at link below to see exactly what effect I want.

http://ireggaenation.com/

Post count: 22421

Hello,
I thought http://ireggaenation.com/ was your site. The site you mention uses newsmag not newspaper. that is why you see different implementation. If you want to change the backghround effect, please use this code:

.td-social-icon-wrap:hover i.td-icon-facebook{
background-color: #3b5998;
color:white;
}

Thanks

Post count: 20

Bogdan, thanks much for your patience and help.

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