Question: How can I change end front item alignment RTL

How can I change end front item alignment RTL

I'm using Arabic, I want to use ONLY Arabic as my website language because it is a local store The end front ui is LTR, How can I make items RTL and how can I add custom css ?

AM

Abdallah Moktar

Asked
I'm using Arabic, I want to use ONLY Arabic as my website language because it is a local store

The end front ui is LTR, How can I make items RTL
and how can I add custom css ?
  • MS

    Mian Saleem

    Answered
    Only admin area support RTL. The shop module don't have such option yet. We will add it in future updates.

    You can create custom css & js files as following

    ```
    // Back-end Admin
    assets/custom/custom.css
    assets/custom/custom.js

    // Front-end Shop
    assets/custom/shop.css
    assets/custom/shop.js
    ```

    Thank you
  • Login to Reply