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
User | RANK |
---|---|
200 | |
175 | |
81 | |
60 | |
48 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023