How can I change the color of my mobile version drop down basket?

Hi there,

I have recently started an e-commerce platform to sell my clothes. However I have ran into a small issue, when using mobile version the drop down basket is the same colour as my header- as can be seen below with the screenshot I have provided:

![Photo 1|1228x810](upload://wofiPFulo5rnm453f4cSZTdDrqV.jpeg)

I am wanting it to be white so it differentiates from the colour of my header. If anyone can send me code in which this can be rectified this would be great.

I am using DAWN theme and my website is www.stylessy.co.uk

If anyone has any other suggestions to make my website look better it would be appreciated.

Thanks,

S.

1 Like

@Scott97

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (max-width: 989px) {
.cart-notification {background: #ffffff !important;}
.cart-notification__heading .icon-checkmark {color: #414767 !important;}
}