Laluma Posted December 9, 2022 Share Posted December 9, 2022 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 Link to comment
tuanphan Posted December 16, 2022 Share Posted December 16, 2022 #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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment