How can I make the product title display from RTL instead of LTR on Whisper theme

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-summer-anti-bump-head-learning-to-walk-baby-four-seasons-toddler-hat

Image -

Thank you all!

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 tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

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!

Hey @JonBoy18

Keep the previous code and add this new code above 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

1 Like

Below 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.

1 Like