Jump to content

Style Product Page with CSS ("add to cart" below "quantity" selection)

Recommended Posts

Hey people!

Page: Product

I have multiple aesthetic problems with the product page and I can't style it within the editor. So I would like to style the following with CSS:

- "add to cart" should be below "quantity" selection
- "title" should be on same height with top of the picture
- text must be blue

Thank you!
Richard

Bildschirmfoto 2022-12-09 um 22.38.29.jpg

Link to comment
  • Replies 1
  • Views 198
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

#1. Add to Design > Custom CSS

/* Add to cart under quanlity */
.product-quantity-input {
    display: block !important;
}

#2. Add to Design > Custom CSS

/* product title align image */
@media screen and (min-width:768px) {
nav.ProductItem-nav {
    display: none;
}
.product-details.pdp-details {
    position: relative;
    top: -10px;
}
}

 

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!)

Link to comment

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.