-
How can I change the body direction from RTL to LTR? |
Beta Was this translation helpful? Give feedback.
Answered by
A1Gard
Aug 2, 2023
Replies: 1 comment
-
Yes, of course, you can customize admin panel: https://github.com/4xmen/xshop/blob/main/resources/sass/app.scss and website: https://github.com/4xmen/xshop/blob/main/resources/theme/theme.scss don't forget to run laravel-mix after changes |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
A1Gard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, of course, you can customize
scss
as you wish.admin panel:
https://github.com/4xmen/xshop/blob/main/resources/sass/app.scss
and website:
https://github.com/4xmen/xshop/blob/main/resources/theme/theme.scss
don't forget to run laravel-mix after changes