All things Shopify and commerce
Hi Everyone,
I'm using the 'Whisper' theme on my Shopify store, and I want to adjust the product titles so that they display from right to left (RTL) instead of the default left to right (LTR). Could you guide me on how to make this adjustment within the theme settings or through code customization?
Shopify Store URL - https://7ae6d6-3d.myshopify.com/products/1pc-baby-head-pillow-anti-fall-device-head-protective-pad-s...
Image -
Thank you all!
Solved! Go to the solution
This is an accepted solution.
Hey @JonBoy18
Keep the previous code and add this new code above </style> in the end of the theme.liquid file
.card__information {
text-align-last: right !important;
}
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @JonBoy18
Your website is password protected, can you share your password as well?
Best Regards,
Moeed
Hey,
Sorry about that
password - ahpeag
Thanks!
Hey @JonBoy18
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.product__title h1 {
direction: rtl !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
That worked for the title only when i enter to the product. Can i change the title direction that is shown is the "Featured collection" also?
Thank you for your help!
This is an accepted solution.
Hey @JonBoy18
Keep the previous code and add this new code above </style> in the end of the theme.liquid file
.card__information {
text-align-last: right !important;
}
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Below </style> it worked!
thanks you!
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
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