ArtistBillPack Posted October 15, 2019 Share Posted October 15, 2019 Hi, I am using the Avenue templet. I have a few questions. 1. How can I make the price font to be bold? 2. How can I move the price to be just above the drop down menus? See attached image. Thank you, Bill Link to comment
tuanphan Posted October 15, 2019 Share Posted October 15, 2019 @ArtistBillPack Can your share product url? Custom code can solve. 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
colin.irwin Posted October 15, 2019 Share Posted October 15, 2019 Try this in your custom css #productDetails { display: flex; flex-direction: column; .product-title { order: 1; } .product-excerpt { order: 2; } .product-price { order: 3; } .product-variants { order: 4; } .product-quantity-input { order: 5; } .sqs-add-to-cart-button-wrapper { order: 6; } .product-sharing { order:7; } } I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free Link to comment
ArtistBillPack Posted October 15, 2019 Author Share Posted October 15, 2019 5 hours ago, colin.irwin said: Try this in your custom css #productDetails { display: flex; flex-direction: column; .product-title { order: 1; } .product-excerpt { order: 2; } .product-price { order: 3; } .product-variants { order: 4; } .product-quantity-input { order: 5; } .sqs-add-to-cart-button-wrapper { order: 6; } .product-sharing { order:7; } } Thanks!! It worked great. Link to comment
Guest Posted January 4, 2020 Share Posted January 4, 2020 Hi there! I'm looking to add this to my page as well. The custom CSS doesn't seem to be working for me. Are there any modifications I need to make to the code for it to work for my website's products? Thank you! Link to comment
Guest Posted January 13, 2020 Share Posted January 13, 2020 @colin.irwin wondering if you can help me out with my question above, thanks! Link to comment
colin.irwin Posted January 14, 2020 Share Posted January 14, 2020 On 1/4/2020 at 11:54 PM, Savvy said: Hi there! I'm looking to add this to my page as well. The custom CSS doesn't seem to be working for me. Are there any modifications I need to make to the code for it to work for my website's products? Thank you! Which template are you using? Can you post a link to your site? I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free Link to comment
vireshwara Posted May 3, 2020 Share Posted May 3, 2020 I want to move the Price down as well, so it is above Quantity, but the above code is not working for me in Squarespace 7.1.. Here's my site: https://platinum-polygon-p4he.squarespace.com/shop/kali PW: omshala Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.