Soho Theme - Hide Share Buttons on Static Pages Only

Learn how to AMP'd your blog with valid AMP HTML Blogger theme framework. Visit Blogr-AMP Theme and AMPaction Theme. No 3rd party application. Compatible with published posts. Quick in search & on any devices.
The new Blogger responsive themes ie Soho, Contempo, Emporio & Notable exposes some useful features for quick workarounds using CSS for Blogger users to personalize their blog designs.

Below is a collection of our simple & easy tweaks/workarounds for the newer responsive Blogger themes which was marked useful or best answered by users.

This would be an archive of questions & answers which might be useful for our personal reference & for others who may find this article when searching on the internet.

Soho Blogger Theme Hide Share and Post Footer Tutorial

Question: How do I hide the share button on static pages in Soho theme?

Related Theme: Soho Blogger Theme

Difficulty Level: Beginner & Intermediate

You can hide the share buttons as on different Blogger page (post, static, homepage etc) Blogger uses a unique CSS classname identifier.

Add below CSS at Theme > Customize > select Advanced > find Add CSS and at Add CSS box paste below styles..

.page .post-share-buttons {
  display : none !important;
}

Note: This will hide the SHARE button/icons on pages you have built using dashboard > Pages. If you need to hide on your About page only, you need to add the above code in your About page > HTML mode like so:-

<style>
.page .post-share-buttons {
  display : none !important;
}
</style>

Reference Topic
New shopping cart widget for Blogger blogs -- transform your blog & sell products using your blog posts instantly! Visit Add Shopping Cart Widget Page to learn more.

Interesting Related to this Topic at Irsah inDesigns Blog

Got It!

Data submitted via comments collected & stored by the respective providers.

Read our Privacy Policy to learn more on data management & protection.

DISQUS With Us!