Selectively Hide Social Button

Home Forums Iconic One Pro Support Selectively Hide Social Button

This topic contains 2 replies, has 2 voices, and was last updated by  Tropico 5 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5388

    Tropico
    Participant

    Hi, I would like to hide the social button on a certain page, is it possible?

    This page is a bulletin board (wp plugin) so I want to hide the social button here.
    Thanks!

    #5390

    Paste the following in Additional CSS in Live customizer

    
    .page-id-2 .themonic-social-share { display: none; }

    replace page-id-2 with your page id number where you want to hide social icons

    How to get Page ID in WordPress?

    wordpress/wp-admin/post.php?post=31&action=edit

    For eg. Edit the page and in the URL bar you will get a number like post=31
    So the final code that you will paste in Additional CSS will be

    
    .page-id-31 .themonic-social-share { display: none; }
    #5393

    Tropico
    Participant

    Thanks! It work.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.