Hi,
I added share buttons but when I place cursor over it the bacground is purple (on the attachment).
How I can remove this purple?
Best regards,
Kasia
Hi,
I added share buttons but when I place cursor over it the bacground is purple (on the attachment).
How I can remove this purple?
Best regards,
Kasia
Hi Kasia,
Thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to remove that color?
Best Regards,
Movin
Hi Movin,
thank you for your help.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
.entry-content a.addthis_button_facebook_like:hover {
background: transparent;
}