- 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
.social-buttons li:nth-child(odd) { background: {hex_value} ; }
.social-buttons li:nth-child(2n) {background: {hex_value} ;}