MJKing Posted January 15, 2022 Share 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! Link to comment
Solution Beyondspace Posted January 15, 2022 Solution Share 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 tuanphan and MJKing 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
MJKing Posted January 15, 2022 Author Share 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! 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