This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Social Media “linkedin” Hide in post

Resolved 6 replies premiumthemetheme-vantage
10 years ago · Last reply by Daniel 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Magus Staff 10 years, 10 months ago

    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. Sascha Drömer 10 years, 10 months ago

    Thank you, but it don’t work, shhh

  3. Magus Staff 10 years, 10 months ago

    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. Sascha Drömer 10 years, 10 months ago

    This work fine,

    .linkedin {
    display: none !important;
    }

    But the other not

    Thank you very much for your help

  5. Magus Staff 10 years, 10 months ago

    Hi Sascha

    Glad it’s working

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

    Magus

  6. Daniel Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread