Hi @titosg,
You can add the CSS snippet to the WordPress Dashboard > Appearance > Customize > Additional CSS area to hide the Street 1 and Street 2 fields from the address form of the vendor setting.
form#store-form .dokan-address-fields .dokan-form-group:nth-child(1),
form#store-form .dokan-address-fields .dokan-form-group:nth-child(2) {display: none;}
Thank you!
Thread Starter
titosg
(@titosg)
Oh now it’s working sorry
Hi,
Does it work for removing some fields in vendor registration form added in wordpress dashboard,not Dokan’s one?
Thanks in advance.