Hello Everyone,
I have been trying to hide the social media icons, I have tried different CSS coding and nothing seems to work. As this is a private website I do not want to have the option to share anything from it. Can you please advise?
Thank you
Hey PAMCreative,
Unfortunately we would need to actually see the site in order to give the most accurate answer.
Best regards,
Jordan Shannon
I’ll link it in the private section. These icons appear in every page and I really don’t want them.
Thank you
Hi,
Thank you for your patience and for the link to your site, the social icons that I see on the page are from the AddToAny Share Buttons plugin, so I would imagine the easiest solution would be to disable this plugin, but assuming that you don’t want to do this you could try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #main .addtoany_share_save_container {
display:none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike