sarahcreates Posted May 20, 2020 Share Posted May 20, 2020 Site URL: https://www.urquhartglass.com Hello all, Hoping someone can help me navigate around changing the background in a 7.1 Cart page... The site is black, and I'd like the cart and checkout to be a light background as some of the elements in a 7.1 cart page don't show up on black, i.e the remove X. The 'Use light background' in checkout is working just fine, but the cart page prior to checkout still remains dark. If you'd like to see the site mentioned above, please let me know and I'll message the password. However hoping someone can just tell me how to target the background of the specific page like I can do in Brine for example...! Thanks Sarah Link to comment
tuanphan Posted May 21, 2020 Share Posted May 21, 2020 What is 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
sarahcreates Posted May 25, 2020 Author Share Posted May 25, 2020 On 5/21/2020 at 1:57 PM, tuanphan said: What is access password? I have sent you a message @tuanphan Link to comment
tuanphan Posted May 27, 2020 Share Posted May 27, 2020 On 5/26/2020 at 12:08 AM, sarahcreates said: I have sent you a message @tuanphan Add to Home > Design > Custom CSS body#cart { background: gray; } 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
sarahcreates Posted May 29, 2020 Author Share Posted May 29, 2020 Thank you very much @tuanphan, it didn't seem to work 😞 Link to comment
tuanphan Posted May 29, 2020 Share Posted May 29, 2020 try add !important eg: background: #fff !important; then check in live mode, or save & refresh the page 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
sarahcreates Posted May 29, 2020 Author Share Posted May 29, 2020 Thanks @tuanphan, just had to add a colour: #000 for the font colour 🙂 Appreciate your help https://www.urquhartglass.com/cart Link to comment
tuanphan Posted May 29, 2020 Share Posted May 29, 2020 I see background color worked here? If you don't see, try clearing your browser cache. 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
sarahcreates Posted May 29, 2020 Author Share Posted May 29, 2020 No no, I saw it, don't worry it's perfect 🙂 I just added the font colour in as the white font had disappeared. Link to comment
tuanphan Posted May 29, 2020 Share Posted May 29, 2020 Which element? Or all elements? /* target all elements on cart page */ body#cart * {color: black;} add !important; if the code doesn't work. 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
sarahcreates Posted May 29, 2020 Author Share Posted May 29, 2020 body#cart { background: #fff !important; color: #000; } All working as per above 🙂 Link to comment
ArminB Posted July 6, 2021 Share Posted July 6, 2021 @sarahcreates @tuanphan (in case this is still an issue) This can be solved by changing the DEFAULT TEMPLATE COLOR THEME. For some reason, this is currently only possibe by using the Squarespace App. With most websites the default theme is set to a dark one. Hope that helps! About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
sarahcreates Posted July 6, 2021 Author Share Posted July 6, 2021 48 minutes ago, ArminB said: @sarahcreates @tuanphan (in case this is still an issue) This can be solved by changing the DEFAULT TEMPLATE COLOR THEME. For some reason, this is currently only possibe by using the Squarespace App. With most websites the default theme is set to a dark one. Hope that helps! This is a fairly old thread and things have progressed by now 🙂 Link to comment
ArminB Posted July 6, 2021 Share Posted July 6, 2021 1 hour ago, sarahcreates said: things have progressed by now 🙂 is there another way to set the default color theme? Thanks! About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.