Hello!
My website is: http://hobeandlucas.wpengine.com/. (hosted on WPengine) Is there a way I can change the color of the three icons and All Team Members button on the homepage to #a7a7a7?
Thank you!
Hey!
Try adding this code to the Quick CSS:
.home .iconbox_icon, .home a.avia-button {
background: #a7a7a7 !important;
}
Cheers!
Josue