Home Forums WoodMart support forum posting and Social media button Reply To: posting and Social media button

#206589

Hello,

I saw the screenshots you attached and visited your website.

1) Unfortunately there is no option in Theme Settings to accomplish what you require.
You can use any third party plugin that meets your requirements.

2) I have inspected your website and the share icons are not from our theme they are coming from a third party plugin.

Screenshot for Clarification: https://ibb.co/VgRN2yF

If you still want to remove them then you can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

Best Regards.