Hey community!
Hoping someone could help.
I’m trying to change the background colour of Your Cart product items and the background colour of my product itself. It’s white (even though the image uploaded is transparent).
Ideally, I’d love the background to match with the rest of the site. I’ve included a screenshot so you can see the issue:s
Any help will be appreciated.
Thanks!
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.js-contents .cart-item {
background-color: transparent!important;
}
table.cart-items tr {
background: transparent!important;
}
Worked great! Many thanks!
1 Like
Hi,
Can you please help me with the width of the “view more” button on our homepage, for the mobile version, in the palo alto theme.
Kindly help me with this issue.
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.