This topic has 4 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
01- How could I edit the text on this page? as It’s written A password will be sent to your email address.
and when the user enter his email, he logged directly into the account. So maybe the right text should be you be logged automatically.
02- in the contact form, your name and subject input fields, starting from the right to left on the English page
https://prnt.sc/99oYZugFlgvR
https://mirwad-web.azurewebsites.net/contact-us/
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
01- How to change the privacy and policy page, as it redirects to 404 page.
02- CSS code works for English, but in Arabic, the direction is also ltr
https://mirwad-web.azurewebsites.net/ar/contact-us/?v=0ab687c6a138
1/ WooCommerce > Settings > Advanced > Terms and conditions
2/ Clear all cache and check one more time, please.
Regards
Tagged: best selling, contact form, input fields, right to left, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up