Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1298764

    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

    #1298828

    Hey PAMCreative,

    Unfortunately we would need to actually see the site in order to give the most accurate answer.
    Best regards,
    Jordan Shannon

    #1298894

    I’ll link it in the private section. These icons appear in every page and I really don’t want them.

    Thank you

    • This reply was modified 3 years, 10 months ago by PAMCreative.
    #1299180

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.