I want to change position of buy buttons.

Solved

I want to change position of buy buttons.

swawestore
Explorer
117 0 20

I want to change positions of buy buttons on my website https://swawe.store/products/desert-landscape
like, buy it now should come over add to cart button. it is currently add to cart on buy it now Screenshot 2024-06-26 at 01.57.16.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

Hi @swawestore 

check this one

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.product-form__buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719350376181.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

comercioservice
Shopify Partner
291 37 36
@swawestore  hope you are well
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) base.css and paste this code on the end

 

.product-form__buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}​

 

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

niraj_patel
Shopify Partner
2391 516 515

Hello @comercioservice 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
product-form .product-form__buttons {
display: flex !important;
flex-direction: column-reverse !important;
gap: 1rem !important;
}
</style>

techlyser_web_0-1719349411334.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

Hi @swawestore 

check this one

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.product-form__buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719350376181.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

PageFly-Richard
Shopify Partner
4991 1118 1796

Hi @swawestore 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.product .product-form__buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
}
</style>

PageFlyRichard_0-1719363593584.png

 

Also, while checking on the issue for you I've had some suggestions that you might consider to make for your product page here is:

PageFlyRichard_1-1719363727594.png

 

1. Is to add Review Star rating below the product title here : it will increase more trust for your product 

2. To review the product pricing, that will make your customer more easier to know about the price

3. Is to add the review part under the product list section on the page 

 

Hope this can help you solve 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.