xosarahdesigns Posted October 27, 2022 Share Posted October 27, 2022 Hi there, I'm trying to change the size of my title and price on my product detail page. I've tried using the Site Styles and the following CSS, however, nothing is working. This CSS didn't work: /* Product Block Titles */ .product-block .productDetails .product-title { font-size: 1.8em; } /* Product Block Prices */ .product-block .productDetails .product-price { font-size: 1.5em; } Link to comment
Caroline_Smith Posted October 27, 2022 Share Posted October 27, 2022 Is this for a Squarespace 7.0 or 7.1 site? Feel free to email me with any customization inquiries or questions you may have! Free Squarespace Resources: DevTools Minicourse, 11-Step Guide to Improve Custom CSS, Free Product/Pricing Comparison Table Generator Link to comment
tuanphan Posted October 31, 2022 Share Posted October 31, 2022 On 10/28/2022 at 2:15 AM, xosarahdesigns said: Hi there, I'm trying to change the size of my title and price on my product detail page. I've tried using the Site Styles and the following CSS, however, nothing is working. This CSS didn't work: /* Product Block Titles */ .product-block .productDetails .product-title { font-size: 1.8em; } /* Product Block Prices */ .product-block .productDetails .product-price { font-size: 1.5em; } That code for Product Block. With product detail page, it needs a different code. What is your site url? We can help easier 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
xosarahdesigns Posted November 9, 2022 Author Share Posted November 9, 2022 On 10/27/2022 at 6:54 PM, Caroline_Smith said: Is this for a Squarespace 7.0 or 7.1 site? It's for 7.1 Link to comment
xosarahdesigns Posted November 9, 2022 Author Share Posted November 9, 2022 On 10/31/2022 at 6:35 AM, tuanphan said: That code for Product Block. With product detail page, it needs a different code. What is your site url? We can help easier https://xosarahdesigns.squarespace.com/config/design Link to comment
tuanphan Posted November 12, 2022 Share Posted November 12, 2022 On 11/9/2022 at 7:27 AM, xosarahdesigns said: https://xosarahdesigns.squarespace.com/config/design The site is private. Can you setup an access password? 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
xosarahdesigns Posted November 12, 2022 Author Share Posted November 12, 2022 6 hours ago, tuanphan said: The site is private. Can you setup an access password? Sorry about that. The password is xosarahdesigns Link to comment
tuanphan Posted November 21, 2022 Share Posted November 21, 2022 On 11/12/2022 at 11:57 PM, xosarahdesigns said: Sorry about that. The password is xosarahdesigns Use some code like this .pdp-layout .pdp-details .pdp-details-title { font-size: 1.8em !important; } .product-price { font-size: 2.2em !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
xosarahdesigns Posted November 21, 2022 Author Share Posted November 21, 2022 7 hours ago, tuanphan said: Use some code like this .pdp-layout .pdp-details .pdp-details-title { font-size: 1.8em !important; } .product-price { font-size: 2.2em !important; } Thank you, it worked! I would also like to change the spacing between the title, price and description. Would you be able to provide a custom code for that? Link to comment
tuanphan Posted November 23, 2022 Share Posted November 23, 2022 On 11/21/2022 at 8:16 PM, xosarahdesigns said: Thank you, it worked! I would also like to change the spacing between the title, price and description. Would you be able to provide a custom code for that? Adjust these space? 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
xosarahdesigns Posted November 23, 2022 Author Share Posted November 23, 2022 9 hours ago, tuanphan said: Adjust these space? Yes those spaces. 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