Removing sharing buttons

Hi, I’m using Wordpress Sharing buttons but there also seem to be sharing buttons being generated by your theme. I can’t figure out how to remove them. They’re not displaying properly (the pin it button) and I don’t want to use them. Picture attached.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the social media icons by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove social icons*/
.post-social.pull-left {
    display: none;
}

Best Regards,
Support

Hi, I added this to the additional CSS a couple of days ago but it’s not working. The sharing buttons are still displaying.

Hello there,

Please remove the previous CSS code and use this one instead:

/*Remove social icons*/
.col-md-4.col-xs-12.pull-right.text-right {
    display: none;
}

Best Regards,
Support

Thank you. That worked.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support