Hide share button on vendor page
-
Hello,
thanks and congrats for your theme!
I’m building a marketplace using dokan and I’m looking at handmade sample.
I want to hide the share button I’ve on vendor page, how can I do that? You can see the pic to better understand.
Attachments:
You must be
logged in to view attached files.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
I saw the screenshot you attached. To remove the share button Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.dokan-store-tabs .dokan-share-btn-wrap.dokan-right {
display: none;
}
Best Regards.