Cart background color at home page(popup, not page)

Hi there,
Is there a way to change the background color of the popup/view cart at home page?
NOW:

Can I change the background to a simple white background?(I mean I should like to keep my header’s background as green but not the view cart background"

Many thanks!

@Fansheep Please send me store url. I can help you.

hi there the store URL is

www.fansheep.com

Thanks!

@Fansheep Please go to assets/style.css and paste below css at bottom of file.

.header-cart .cart-summary
{
background-color: #3c6459 !important;
}

@Fansheep

Hi,

To make the cart drawer background white, please add the code below to assets/styles.css file.

.header-cart .cart-summary {
  background-color: #fff !important;
  color: #9bb727 !important;
}

The hex color code #9bb727 is your header color. If you want the text color to be black, please replace #9bb727 with #000.

If you resolve the issues, please click “Like” and “Accept solution”.

If you still have the issue or have other questions, please let me know.

Hope it helps.

Thanks.

Hi Fansheep.

This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.

You can go to Online store => themes => Actions => Edit code and paste this code on the assets/styles.css file.

.header-cart .cart-summary

{

background-color: #533c64 !important;

}

I hope my above information can help you

Kind regards

PageFly