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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025