In contact form, input fields, starting from the right to left

This topic has 4 replies, 2 voices, and was last updated 1 year, 11 months ago ago by Rose Tyler

  • Avatar: Freelancer
    Freelancer
    Participant
    March 24, 2022 at 22:17

    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/

    Please, contact administrator
    for this information.
    3 Answers
    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

    Avatar: Freelancer
    Freelancer
    Participant
    March 25, 2022 at 12:56

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 25, 2022 at 14:07

    1/ WooCommerce > Settings > Advanced > Terms and conditions
    2/ Clear all cache and check one more time, please.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.