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.
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
Got It!
Data submitted via comments collected & stored by the respective providers.
Read our Privacy Policy to learn more on data management & protection.