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