daveeee Posted April 28, 2021 Posted April 28, 2021 Site URL: https://ordinarypeople.info/ Hello 😀 Can I change the cart page color theme? Since my shop page(https://ordinarypeople.info/shop) has white background, I want to change the current cart page (https://ordinarypeople.info/cart) with black background to white, as same as the shop page color theme. Thank you!
tuanphan Posted May 3, 2021 Posted May 3, 2021 Hi. Add to Design > Custom CSS /* cart page */ body#cart .system-page { background: white; } body#cart { background: white; } body#cart * { 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!)
daveeee Posted May 6, 2021 Author Posted May 6, 2021 Dear Tuanphan, Thank you so much! It works perfectly. But it seems that it occurred the other problem, the mobile menu(hamburger button and following options) in the cart menu is now invisible. Guess somehow the css turned them in black. I attached the screenshot. Please take a look.
tuanphan Posted May 9, 2021 Posted May 9, 2021 Add this code /* Burger icon */ body#cart .burger-inner>div { background: black !important; } body#cart nav.header-menu-nav-list * { color: white !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.