• Resolved bobbybrown235

    (@bobbybrown235)


    Can someone help me with how I can remove the social icons only on specific posts? I have a few posts where I would not like them to show.

    Thanks so much for your help!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bobbybrown235

    (@bobbybrown235)

    Note: This is for the inline content icons…

    Plugin Author Colin Devroe

    (@cdevroe)

    @bobbybrown235 Depending on the number of posts you’d like to hide the buttons on, you could use CSS to do so. For example, most WordPress themes add a body class with the post ID in it. Example “postid-7752”.

    The CSS for this would be something like:

    body.postid-7752 .dpsp-content-wrapper { display: none; }

    I hope this helps you on your quest!

    Plugin Author Colin Devroe

    (@cdevroe)

    Oh! @bobbybrown235 I failed to mention, forgive me, that Hubbub Pro offers options per post to include or exclude certain Hubbub Tools.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove social icons on specific posts’ is closed to new replies.