Nicolem Posted September 6 Share Posted September 6 Site URL: https://www.nicoleeliza.com.au/shop Hello, I am wondering how to change my pricing font size on my shop “product page” as well as the “product detail page”. I’d like to: Increase size of font on main product page Increase size of font on product detail page + plus make it bold I am on Squarespace 7.0. Thanks in advance 😊 https://www.nicoleeliza.com.au/shop Link to comment
Ziggy Posted September 6 Share Posted September 6 ADd this to Custom CSS: // product title .collection-type-products #productList .product .product-title { font-size: 18px; font-weight: 600; } Nicolem 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Nicolem Posted September 6 Author Share Posted September 6 HI @Ziggy thanks so much for your prompt response 🙂 Have just added it in but unfortunately it didn't work 😞 Not sure what I did wrong. I added it at the bottom after the other existing codes. Link to comment
Ziggy Posted September 6 Share Posted September 6 1 minute ago, Nicolem said: Have just added it in but unfortunately it didn't work It did work: Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Nicolem Posted September 6 Author Share Posted September 6 (edited) Ahhh sorry, yep I see now @Ziggy. I meant that I wanted the "price" to be larger and bold (not the title) and also the "price" in the product details page (when you click on the product). Sorry I just realised I wasn't specific in my original post 😬 Edited September 6 by Nicolem Link to comment
Solution Ziggy Posted September 6 Solution Share Posted September 6 No problem, use this, adjust the values as you need: // product price - main page #productList .product .product-price { font-size: 16px; font-weight:600 } // product price - sub page #productDetails .product-price { font-size: 18px; font-weight:600 } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Nicolem Posted September 6 Author Share Posted September 6 @Ziggy Brilliant!! That worked. Thank you 😀 Ziggy 1 Link to comment
Ziggy Posted September 6 Share Posted September 6 Just now, Nicolem said: @Ziggy Brilliant!! That worked. Thank you 😀 Happy to help, thanks for marking my post as the solution. Nicolem 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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