Hi there, I’d like to customize the Social Share Buttons so that (i) the border around them is removed, (ii) the color of the icons is black, (iii) that all current hover effects are removed and replaced with the icons being shown in #22b3ed on hover.
Could you please help me with that?
Many thanks for your help and Happy New Year
Hi,
Can you post the link to your website please?
Regards,
Josue
Here we go Josue. You can see the social share buttons below the slider on the left-hand side
Many thanks.
Hey!
Try adding this code to the Quick CSS:
#top #wrap_all .av-share-link,
#top .av-share-box ul {
border: 0;
}
#top #wrap_all .av-share-link a{
color: black;
}
#top #wrap_all .av-share-link:hover a{
background: none;
color: #22b3ed;
}
Cheers!
Josue
Thanks Josue, this looks great. It’s just that the icons are a little small. Is it possible to increase their size by, let’s say, 75%, perhaps even twice their original size?
Many thanks.
Hey!
Try:
#top #wrap_all .av-share-link a{
font-size: 60px;
}
Cheers!
Josue