How to remove vendor address and only show vendor country in “Shop Info” tab?
-
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.
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