blackdenimcreative Posted April 7, 2020 Share Posted April 7, 2020 Hi everyone! My client chose black as the background colour for her site, then wanted to make 1 page with a white background. I found the following CSS and it worked for the SHOP page (I found the collection ID using a block identifier) #collection-5e716b64dbe03d1298fe5ab0 { .Main { background-color: #ffffff; } } My client now wants to change the background colour on the CART page to white. The block identifier is giving me "CART" as the identifier and when I add this to CSS, it does nothing:( #cart { .Main { background-color: #ffffff; } } Does anyone know how to change the background colour on the CART page? (also, just an fyi I've checked off the "Use Light Color Scheme" option in commerce and it's not impacting the CART bakground.) Thank you!! Jenn Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 Can you share link to Cart 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
blackdenimcreative Posted April 7, 2020 Author Share Posted April 7, 2020 Hi Tuanphan, Thanks so much for your response. The Cart Page is : https://www.candle.wtf/cart Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 2 minutes ago, blackdenimcreative said: Hi Tuanphan, Thanks so much for your response. The Cart Page is : https://www.candle.wtf/cart Use this body#cart .Main { background: 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!) Link to comment
blackdenimcreative Posted April 7, 2020 Author Share Posted April 7, 2020 I just did a HAPPY DANCE, it worked! Thank you so much for your help! Link to comment
LuSilenus Posted May 22, 2020 Share Posted May 22, 2020 Hello to everyone. I am having kind of the same issue. I want to change the background color and letters of the "add to cart" page, I tried using tuanphan proposal, trying to check the root code from my page, and didnt manage to make it properly. Could someone help me over here? I would gladly appreciate it. I am using the Crosby template btw. Thanks in advance! Link to comment
tuanphan Posted May 22, 2020 Share Posted May 22, 2020 5 hours ago, LuSilenus said: Hello to everyone. I am having kind of the same issue. I want to change the background color and letters of the "add to cart" page, I tried using tuanphan proposal, trying to check the root code from my page, and didnt manage to make it properly. Could someone help me over here? I would gladly appreciate it. I am using the Crosby template btw. Thanks in advance! body#cart { background: red; } body#cart h2 { color: black; } body#cart .empty-message { color: black !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
CosanostraDesign Posted November 6, 2020 Share Posted November 6, 2020 Hi everyone, For some reason, neither of these have worked for me 😞 Any idea why that might be? Thanks. Link to comment
tuanphan Posted November 6, 2020 Share Posted November 6, 2020 4 hours ago, CosanostraDesign said: Hi everyone, For some reason, neither of these have worked for me 😞 Any idea why that might be? Thanks. Can you share link to page where you want to change background? We can check 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.