Viewing 4 replies - 1 through 4 (of 4 total)
  • 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)

    It doesn’t work

    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.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How can I remove this fields?’ is closed to new replies.