TPS Posted November 18, 2020 Posted November 18, 2020 Site URL: https://unveild.co.uk/shop/26y33rfyaz0j74j62uj0nefwfdyzgx Hi, I would like to re-order my product page to 1. title 2. price 3. quantity 4. add to cart 5. description I have tried the below, but it didn't affect the order at all. .product-price { order: 2 !important; } .product-quantity-input { order: 3 !important; } .ProductItem-details .sqs-add-to-cart-button-wrapper { order: 4 !important; } .ProductItem-details-excerpt { order: 5 !important; } I would also like to disable the product image thumbnails and enable the slideshow arrows (to match the slideshow on the homepage). And finally I would like to change the 'back to shop' link to lowercase. Any help appreciated, thanks!
tuanphan Posted November 21, 2020 Posted November 21, 2020 Add to Home > Design > Custom CSS #productNav a { text-transform: lowercase; } #productDetails { display: flex; flex-direction: column; } .product-excerpt { order: 4; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.