How do I remove social buttons from the "Blog" section of my theme?

I have a specific question about the blog section of my site. It is located here: www.newangleanalytics.com/blog

If you click on the article, you will notice three social media button at the bottom. Facebook, Twitter, and Pinterest. The problem is, I don't know where they are in the admin section and I've tried everywhere! I already found a plugin that easily gave me the share buttons, so I don't need those three. But I can't figure out how to remove it. All tutorials show how to remove social buttons from your MAIN PAGE, not from your blog, so I'm a little stuck. Any insight is appreciated.

Thank you so much!

Topic social-sharing sharing Wordpress

Category Web


You can hide the social icons using CSS:

 .single-post .share-page { display: none; }

The CSS should be added using a child theme to ensure that the changes are not lost when the parent theme is updated.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.