Hi, how can I change the icons color in a social sharing element to white and only on this specific page? http://screencast.com/t/OvjDShb3Xux
Thanks.
Hey DROR!
Please add following code to Quick CSS
.page-id-30582 .av-share-box ul li a {
color: white!important;
}
Regards,
Yigit
Great, and if I want to make the background white and the icon pink?
Hi!
In that case, please change the code to following one
.page-id-30582 .av-share-box ul li a {
color: #ff0066!important;
background-color: white !important;
}
Regards,
Yigit
Thanks!