Home › Forums › WoodMart support forum › Need to hide vendor street (address) for privacy › Reply To: Need to hide vendor street (address) for privacy
May 6, 2022 at 11:55 pm
#373806
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .dokan-store-info {
display:none;
}
Best Regards