Home Forums WoodMart support forum How to remove vendor address and only show vendor country in “Shop Info” tab?

How to remove vendor address and only show vendor country in “Shop Info” tab?

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

    contactpleazurr
    Participant

    Hello,

    How to remove vendor address and only show vendor country in “Shop Info” tab? (as shown here: https://snipboard.io/tX7di4.jpg)

    I am trying the following css but it removes the country as well:
    /*hide store address from Vendor Info tab on Single Product Page*/
    .woocommerce-tabs .panel ul.list-unstyled li.store-address {
    display: none;
    }

    This is needed for vendor privacy.

    #375141

    Luke Nielsen
    Keymaster

    Hello,

    This vendor address is related to the “Dokan” plugin, hence it has such structure of the HTML that only the full address can be hidden, unfortunately. You should try to contact their support team.

    Let me know if you have any questions or concerns.

    Kind Regards

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