How can I switch my text direction from left to right on my ecommerce site?

Hey I would really like help to change my shopify text from left to right, ( im using hebrew ) as you can see hebrew suppose to go from right to left and on my page the text goes from left to right.

can someone pls help me how to change it?

my shopify store link: www.clozzet.co.il

my theme : Dawn

Hello @dvir_asraf ,

You can try to follow these steps:

Go to Online Store → Theme → Actions → Edit code

Go to theme.liquid file → add the following code at the top:

body {
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, span, label, input, textarea {
  text-align: right;
}

Save and preview.

Hope this can help you out. Let us know if you need any further support.

Ali Reviews team.

Hi @dvir_asraf

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

body {
  direction: rtl;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Hey its not working :disappointed_face:

Hey its not working :disappointed_face: what can i do