What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Change position for sale price and regular price

Solved

Change position for sale price and regular price

Kareem-bitar
Tourist
12 0 6

How can I change the position for sale price and regular price?

 

URL:https://spoontag.com/products/rk-27-piece-opal-tempered-glass-double-bowl-dinnerware-set?_pos=1&_sid...

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Kareem-bitar

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.price--on-sale .price__sale {
    display: flex !important;
    flex-direction: row-reverse !important;
}
</style>

 

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)

HazemSaber
Shopify Partner
3 0 0

Hey @Kareem-bitar,

As you are using the "Ride" theme, you can change the price position as follows:

 

1. Go to the Online Store > Themes

2. Click the Customize button to open the theme editor

3. Navigate to any product page

4. Drag the Price block under the Product information section using the dots on the left-hand
5. Save

change price position.png

Hit like if you think my answer was helpful.

For custom solutions, do not hesitate to reach out:
Hazem the Freelancer, hazemthefreelancer@gmail.com
Kareem-bitar
Tourist
12 0 6

Hi Hazem ,

I want to change the position for the sale price to the left side and the regular price to the right side 

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Kareem-bitar

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.price--on-sale .price__sale {
    display: flex !important;
    flex-direction: row-reverse !important;
}
</style>

 

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

PageFly-Richard
Shopify Partner
4801 1085 1753

This is Richard from PageFly - Shopify Page Builder App

 

Hi @Kareem-bitar   Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
.product .price__sale{
    display: flex !important;
    flex-direction: row-reverse !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.