AM
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 ?
The end front ui is LTR, How can I make items RTL
and how can I add custom css ?
- MSAnsweredOnly 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