Home>Support>Social Media “linkedin” Hide in post

Social Media “linkedin” Hide in post

Hi,

under the post social media buttons are displayed. Facebook, Twitter, Google + and linkedin.

I would like to hide the linkedin

How can I do this?

Thank you

Translated with google from the German

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 5 months ago Magus
    Hi, I Work Here

    Hi Sascha

    You can add the following in the Custom CSS Editor by going to Appearance->Custom CSS

    article.post .share-buttons li .linkedin, article.page .share-buttons li .linkedin {
        display: none !important
    }
    

    This will remove the linkedin icon from all posts and archive pages

    Let us know how you get on

    Magus

  2. 9 years, 5 months ago Sascha Drömer

    Thank you, but it don’t work, shhh

  3. 9 years, 5 months ago Magus
    Hi, I Work Here

    Hi Sascha

    Sorry forgot to add the semi-colon at the end of !important. Please try with this

    article.post .share-buttons li .linkedin, article.page .share-buttons li .linkedin {
        display: none !important;
    }
    

    If that does not work then try this more general approach

    .linkedin {
    display: none !important;
    }
    

    Magus

  4. 9 years, 5 months ago Sascha Drömer

    This work fine,

     .linkedin {
    display: none !important;
    } 

    But the other not

    Thank you very much for your help

  5. 9 years, 5 months ago Magus
    Hi, I Work Here

    Hi Sascha

    Glad it’s working

    Feel free to open an new thread if you need any more support

    Magus

  6. 9 years, 5 months ago Daniel
    Hi, I Work Here

    Hi Sascha

    Am glad you are making progress in developing your site.

    @Magus much appreciated :)

    Cheers

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More