Close

social buttons background color change

[email protected]
7 years ago
#12154 Quote
Avatar
  • 10

Hello,
I would like to change the background colors for the social buttons on the home page. Can someone help please?

Thank you very much!
Suzana  
Stefan
7 years ago
#12156 Quote
Avatar
  • Moderator
  • 157
[email protected] wrote:

Hello,
I would like to change the background colors for the social buttons on the home page. Can someone help please?

Thank you very much!
Suzana  


Hi Suzana,

You can add the following css in your admin -> plugins -> 7spikes themes -> nop urban theme -> settings -> custom head styles textbox:

.social-buttons li:nth-child(odd) { background: {hex_value} ; }
.social-buttons li:nth-child(2n) {background: {hex_value} ;}


Where you need to replace {hex_value} with your colors.

Hope that helps.
Best Regards,

Stefan Hristov
Nop-Templates.com
[email protected]
7 years ago
#12160 Quote
Avatar
  • 10
Great - thank you so much!