Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @metalsunny

    This is not a default feature to hide or remove the IBAN, swift code, routing, and bank address field from the store settings of the vendor dashboard. But you can add the below-mentioned CSS on your site’s wp-admin panel’s Appearance > Customize > Additional CSS.

    .dokan-form-control[name="settings[bank][routing_number]"], .dokan-form-control[name="settings[bank][iban]"], .dokan-form-control[name="settings[bank][swift]"], .dokan-form-control[name="settings[bank][bank_addr]"]{
      display: none !important;
    }

    I hope it helps!

    Thread Starter metalsunny

    (@metalsunny)

    The code did not work. The field still shows and it can be filled

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @metalsunny

    Then we will need to check your site to select the exact class to hide the elements. For that, I would suggest contacting our support channel.

    Thanks!

    Thread Starter metalsunny

    (@metalsunny)

    Ok. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove iban,roiting…’ is closed to new replies.