Jump to content

How to move the 'add to cart button' and any variants to below the product title

Go to solution Solved by tuanphan,

Recommended Posts

Posted (edited)

Hi,

I hope I'm asking this in the right place.

I want to move the 'add to cart' button, 'quantity' and 'variant drop downs' to below the product title and cost in my product pages (rather than it currently being right at the bottom of the product description).

Can anyone tell me how to do this please?

Many thanks

Edited by HannahWJ
  • Replies 4
  • Views 569
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

Hi Tuanphan,

 

Yes, but to below the price

  • Solution
Posted

Add to Design > Custom CSS

/* product info order */
.ProductItem-details .ProductItem-details-checkout {
    display: flex !important;
}
.product-quantity-input {
    order: 1 !important;
}
.sqs-add-to-cart-button-wrapper {
    order: 2 !important;
}
.ProductItem-product-price {
    order: 3 !important;
}
.ProductItem-details-excerpt {
    order: 4 !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.