Reply 320513 to: in contact form, input fields, starting from the right to left

Avatar: Rose Tyler
Rose Tyler
Support staff
March 25, 2022 at 08:03

Hello,

1/ Woocommerce > Settings > Accounts > Customer registration – https://docs.woocommerce.com/document/configuring-woocommerce-settings/#accounts-and-privacy-settings
2/ Use this custom CSS code:

.wpcf7 input, .wpcf7 textarea {
    direction: ltr;
}
.rtl .wpcf7 input, .rtl .wpcf7 textarea {
    direction: rtl !important;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.