There are times when you do not want your blog posts to be shared. In such a case, you can easily remove the sharing options from your blog posts with the help of CSS override.
Follow these steps to remove the sharing options:
- Copy the entire CSS override mentioned below.
<style>
.blog-socials { display: none;}
</style>
- After copying the relevant code, go to Settings (1).
- In the External Scripts (2), paste the code in the <body> section (3).
- Hit the Save (4) button to save the changes in the studio.
Now, refresh the site to review the changes on the live site.