Tagged: share buttons, single post
I was wondering if there’s a simple way to change the hover colours of the share buttons on my blog posts.
I would like to change the current multiple colours into just one colour for all of them.
Thanks!
Hey Eva!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-share-box ul li:hover a {
color: white!important;
background-color: orange!important;
}
Regards,
Yigit
Perfect, thanks so much!