Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Move reviews below price on product card

Solved

Move reviews below price on product card

ads18922
Excursionist
60 0 26

hello, i want to move the reviews so that they are below the price on my product cards:

Screenshot 2024-11-12 at 09.40.33.png

currently, they're above the price, i want to change it so they are below the price (swap price and reviews around)

My theme is dawn and website url is www.rosella-elegance.com

Accepted Solution (1)

Moeed
Shopify Partner
6330 1716 2069

This is an accepted solution.

Hey @ads18922 

 

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>
.card-information {
    display: flex !important;
    flex-flow: column-reverse !important;
}
</style>

RESULT:

Moeed_0-1731404934261.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
6330 1716 2069

This is an accepted solution.

Hey @ads18922 

 

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>
.card-information {
    display: flex !important;
    flex-flow: column-reverse !important;
}
</style>

RESULT:

Moeed_0-1731404934261.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ZestardTech
Shopify Partner
5911 1067 1413

Hello @ads18922 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.product-card-wrapper .card-information {
display: flex;
flex-direction: column;
}
.product-card-wrapper .price {
order: 1;
}

.jdgm-widget.jdgm-preview-badge {
order: 2;
}

 

ZestardTech_0-1731405188583.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing