Close

social buttons background color change

suzanavukcevic@outlook.com-9194425-9194425
9 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
9 years ago
#12156 Quote
Avatar
  • 157
suzanavukcevic@outlook.com 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
suzanavukcevic@outlook.com-9194425-9194425
9 years ago
#12160 Quote
Avatar
  • 10
Great - thank you so much!