inoubli4ble Posted June 19, 2022 Share Posted June 19, 2022 Site URL: https://inoubli4ble.art/cart Site URL: https://inoubli4ble.art/cart How can I change the background color of my shopping cart page in dark mode? I want the background color to be #202124 & all the text + button to be white. I tried body#cart main#page { background-color:#202124!important; } already, but it doesn't seem to work, even after refreshing and clearing the browser cache. Hope somebody can help me. Best, inoubli4ble Link to comment
tuanphan Posted June 20, 2022 Share Posted June 20, 2022 Use this CSS body.dark-mode { background-color: #202124; } body.dark-mode #page * { color: white; } inoubli4ble 1 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
inoubli4ble Posted June 21, 2022 Author Share Posted June 21, 2022 Thanks for your help. I implemented it but it doesn't seem to work 😞 Link to comment
tuanphan Posted June 21, 2022 Share Posted June 21, 2022 22 minutes ago, inoubli4ble said: Thanks for your help. I implemented it but it doesn't seem to work 😞 Add this new code to Settings > Advanced > Code Injection > Header <style> body.dark-mode#cart { background-color: #202124; } body.dark-mode#cart #page * { color: white; } </style> inoubli4ble 1 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
inoubli4ble Posted June 22, 2022 Author Share Posted June 22, 2022 Wow! Thanks so much! 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