You can add the below-mentioned CSS codes inside the WP admin -> Appearance -> Customize -> Additional CSS to hide the IBAN field from the bank transfer withdrawal method.
Thank you! This worked like a charm! If I want to hide more fields, all I need to do is repeating this CSS code right and change the child(7) to the required field?
You are correct. To hide additional fields, you simply need to adjust the nth-child number. However, I want to mention that removing a required field will require you to unset it first.
If you wish to change the strings, you can remove the previously added snippet and then use the following snippet in your child theme’s functions.php file:
As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘How to Change Bank Withdrawal Form Fields’ is closed to new replies.