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.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025