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.
Need fast email support? Get SiteOrigin Premium
Replies
6Hi 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
Thank you, but it don’t work, shhh
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
This work fine,
.linkedin { display: none !important; }But the other not
Thank you very much for your help
Hi Sascha
Glad it’s working
Feel free to open an new thread if you need any more support
Magus
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.