daveeee Posted April 28, 2021 Share Posted April 28, 2021 (edited) 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! Edited May 2, 2021 by daveeee Link to comment
tuanphan Posted May 3, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
daveeee Posted May 6, 2021 Author Share 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. Link to comment
tuanphan Posted May 9, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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