Forums

Removing Social Media Buttons (4 posts)

  1. Benasam
    Member
    Posted 7 months ago #

    We recently updated our website, but it wound up temporarily breaking our blog.

    We've restored most of it, but it's not quite right. At the bottom right corner of each post, there are large Twitter and Facebook buttons. I've added more functional buttons to the single.php, but can't figure out how to get rid of the former ones.

    We're using a customized constructor theme, if that helps. Please help.

  2. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 7 months ago #

    That's a part of your theme. Look in the single.php file, or see if there's a setting to turn them off.

  3. Benasam
    Member
    Posted 7 months ago #

    Thanks, but I don't think the buttons I'm trying to remove are coded into the single.php file. I can't figure out where they would be otherwise, though. Any other ideas...or where would I find that setting?

  4. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 7 months ago #

    functions.php... You have to start looking in the single to see where that code is

    You're looking for <div class="social"> which, I suppose, you could switch to display:none and hide it.

Reply

You must log in to post.

About this Topic