Shopify themes, liquid, logos, and UX
I need some code to change my cart background, i would like it to be #B9B7B7, what is some code to do this?
Theme:dawn
Website: desire-online.net
Solved! Go to the solution
This is an accepted solution.
You can follow the following steps:
1. Please go to the Online Store.
2. Then Edit Code.
3. Please find the theme.liquid file.
4. Please add code before closing the tag </body> tag.
<style>
div#shopify-section-template--19958073262370__cart-items {
background-color: #B9B7B7 !important;
}
div#shopify-section-template--19958073262370__cart-footer {
background-color: #B9B7B7 !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
Go to Themes > Customize > Cart Template
Then select the Items Section and click on the Custom CSS Settings and paste the code below.
cart-items {
background: #B9B7B7;
}
I hope this solves your problem!
@biznazz101
This worked but the bottom section is still white how do i change this too?
This is an accepted solution.
You can follow the following steps:
1. Please go to the Online Store.
2. Then Edit Code.
3. Please find the theme.liquid file.
4. Please add code before closing the tag </body> tag.
<style>
div#shopify-section-template--19958073262370__cart-items {
background-color: #B9B7B7 !important;
}
div#shopify-section-template--19958073262370__cart-footer {
background-color: #B9B7B7 !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025