Socialmedia buttons background color change in parallaite Joomla template

Socialmedia buttons background color change in parallaite Joomla template

New Issue
PS Parallaite Vimal
  • (1 Ratings)

Hi PS-Team,

I want to change the background color of the socialmedia buttons but i can't find this in .css

I found the hover-colors in template.css in line 783 ... but no the light grey background.

Please tell me where I can find this code.

Thank You!

2 Responses

AppClave

7 years ago #95

Hi Vimal, 

Can you try with below css style When icon in normal,

#sp-header-wrapper #sp-social ul.social-icons i.icon-facebook {
	background: #000;
}

When hover,

#sp-header-wrapper #sp-social ul.social-icons i.icon-facebook:hover {
	background: #ddd;
}

We hope this may help you. 

Best Regards 
AppClave Team

Vimal

7 years ago #96

Thank you so much!

That works great!!

Submit Your Response