• Hi
    Is there a way to change a sites language to Hebrew without it’s direction being changed?

    I need only the texts to be translated, but I don’t need WordPress to automatically switch the directions (rtl) of the entire frontends site.
    Thanks

    • This topic was modified 5 years, 5 months ago by shayki28.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Text direction is controlled by the CSS direction property.

    Stick this into the Additional CSS section of Customizer to see if it moves the needle.

    html, body {
    direction: ltr !important;
    }

    If the above code doesn’t work or only works for a portion of the site, kindly give your website’s address so I can play around and update the code for you.

    Cheers!

    hello You can use this in tag body like <body dir=”rtl”>
    Also for persian use this like <body> خراطین اصل </body> or <body dir=”rtl”> اصل روغن خراطین رویکا</body>
    you can review both of them

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing sites language to Hebrew with no directions changing’ is closed to new replies.