MJKing Posted January 15, 2022 Posted January 15, 2022 Site URL: http://www.mjkingart.com Hello everyone, Can anyone please help me with the code to change the font size/color of my prices? I was able to use a CSS Code to successfully move the price by the 'order' button. However, now I want the price to stand out via bold and red. Can anyone help me on how to do this? I have 7.0 Squarespace and am using a product block. Thank you!
Solution Beyondspace Posted January 15, 2022 Solution Posted January 15, 2022 1 hour ago, MJKing said: Site URL: http://www.mjkingart.com Hello everyone, Can anyone please help me with the code to change the font size/color of my prices? I was able to use a CSS Code to successfully move the price by the 'order' button. However, now I want the price to stand out via bold and red. Can anyone help me on how to do this? I have 7.0 Squarespace and am using a product block. Thank you! Try adding to Home > Design > Custom Css #productDetails .product-price { font-weight: 700; color: red; } Let me know how it works on your site MJKing and tuanphan 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
MJKing Posted January 15, 2022 Author Posted January 15, 2022 1 hour ago, bangank36 said: Try adding to Home > Design > Custom Css #productDetails .product-price { font-weight: 700; color: red; } Let me know how it works on your site it did, thank you!
MJKing Posted April 27 Author Posted April 27 I have upgraded to 7.1 and this code doesn't work any longer. Any thoughts on how to bring back my bold and colored price?
tuanphan Posted April 28 Posted April 28 On 4/27/2024 at 8:33 AM, MJKing said: I have upgraded to 7.1 and this code doesn't work any longer. Any thoughts on how to bring back my bold and colored price? Use this code .product-price { font-weight: 700; color: red; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment