9uan Posted April 25, 2022 Share Posted April 25, 2022 Hi! I wanted to ask if anyone knows how to remove the padding on the product details page with a sold out item. Somehow the "sold out" sign is not at the same place as the price that was listed before and that's what I want to achieve. I attached this code to remove the price on the page: .sold-out .sqs-money-native { display:none } .sold-out .product-details .product-mark.sold-out { font-size: 16px; font-family: "Helvetica Neue", serif; letter-spacing: -0.01em; font-weight: 900; } Here are pictures for reference and thanks in advance! Link to comment
tuanphan Posted April 27, 2022 Share Posted April 27, 2022 Hi, Can you share link to product? We can check easier 9uan 1 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
9uan Posted April 27, 2022 Author Share Posted April 27, 2022 https://www.markedeu.com/shop/p/acne-studios-multicoloured-miles-sample-jackethttps://www.markedeu.com/shop/p/acne-studios-ss20-horse-short-sleeve-shirt Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 On 4/28/2022 at 4:07 AM, 9uan said: https://www.markedeu.com/shop/p/acne-studios-multicoloured-miles-sample-jackethttps://www.markedeu.com/shop/p/acne-studios-ss20-horse-short-sleeve-shirt Try adding to Design > Custom CSS /* Sold out spacing */ h1.ProductItem-details-title { margin-bottom: 0px !important; } .ProductItem-product-price { margin-bottom: 0px !important; } .product-mark.sold-out { margin-bottom: 0px !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!) 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