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.
That's a part of your theme. Look in the single.php file, or see if there's a setting to turn them off.
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?
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.