Home Forums WoodMart support forum Hide share button on vendor page

Hide share button on vendor page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #210331

    Simone2701
    Participant

    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.
    #210404

    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.

Viewing 2 posts - 1 through 2 (of 2 total)