Changing a collection from right to left, back to left to right.

Hi, I used to have a developer who coded all my website to RTL, but now I changed my website globally, and I updated my DAWN theme so it was 95% fixed, besides the collections, I have 1 collection that shows the best sellers, and the price, title and reviews are showing from right to left, I would like it to be from left to right as it should be.

Can some developer here help me out? hopefully for free as I believe itโ€™s a 1-minute job.

Collab code: 5543

Thank you in advance.

Hi @PowerfulFlame ,
Can you kindly share your store link with us? We will check it and suggest you a solution if possible.

Hi @PowerfulFlame ,

Step 1: Go to Shopify Admin โ†’ Online Store ->Theme โ†’ Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

What a beast. incredible it did work. thank you!!

I also have another question if you donโ€™t mind, I will mark this as solved of course, but let me know if you can help me here:
can you manage to make my store to look like it looks on a phone, wide open and clean
PHONE:

COMPUTER:

You see all of the empty space?

Here is a good shop example that I would like my shop from computer to look like:

@PowerfulFlame Oh okay. Iโ€™ll check it :heart_eyes:

Hi @PowerfulFlame , You can try this code:

{% if template.name == 'product' %}

{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Uhm.. where do I put this code?

@PowerfulFlame , It is similar to the sample above. Above the tag in file theme.liquid

Can you check? I donโ€™t think it did the job done haha

@PowerfulFlame , Sorry. Above code, I have an extra dot. Pls delete that dot :sad_but_relieved_face:

WOW that actually works. I do have like 1-2 more questions in hopes of you solving them, youโ€™re like a genius to me at this point!
So My font text color is gray-ish, have a look, I would like it to be white like this sample, how do I do that?

Hi @PowerfulFlame , Pls try with this code:

{% if template.name == 'product' %}

{% endif %}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Thatโ€™s the sample

Thatโ€™s my shop:

I still see a difference, did it work? or am I too tired to even notice?

@PowerfulFlame , Pls add this code:

{% if template.name == 'product' %}

{% endif %}

Here is result:

Hope this can help you :heart_eyes:

Itโ€™s quite weird. it works on some of my listings, some donโ€™t.
have a look:

this one doesnโ€™t work

This one works, how can you explain that?

@PowerfulFlame , Can you kindly share the details of your problem (link page issue) with us? We will check it and suggest you a solution if possible.

https://powerfulflame.com/products/%D7%9E%D7%A6%D7%99%D7%AA-%D7%94%D7%90%D7%A1%D7%9C%D7%94?_pos=1&_psq=toil&_ss=e&_v=1.0
https://powerfulflame.com/products/v3-%D7%9E%D7%A6%D7%99%D7%AA-%D7%94%D7%A7%D7%9C%D7%A4%D7%99%D7%9D

the toilet lighter, and card lighter v2, both of them having some lines that are not fully white

Also my refund policy:

I canโ€™t you the link apparently it wonโ€™t let me, but you can scroll down to the bottom of my website and see refund policy, itโ€™s gray

@PowerfulFlame , It is having problem opacity is 0.7. Here is the solution to fix this problem


Here is result:

Hope this can help you :heart_eyes: