Shopify themes, liquid, logos, and UX
I am using Refresh theme, Is there a way to make the Arabic text orientation RTL ?
Hi @MohKhaled ,
You can try this way:
1. Please navigate to Online store => Themes => Edit code.
2. Search for the file base.css, theme.css, styles.css or theme.scss.liquid (depend on your theme). And add this code snippet to the end of the file.
/* Set Arabic text orientation to RTL */
body {
direction: rtl !important;
text-align: right !important;
}
/* OR */
/* Apply RTL only to a specific section with Arabic content */
.arabic-text {
direction: rtl !important;
text-align: right !important;
}
3. Save the changes, and your Arabic text should now be displayed in RTL orientation.
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sir!
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024