Can I make this little white separator go away in the cart notification

For some reason it’s showing up in the desktop page, not in the mobile. I want it to look like in the mobile, no white separator between the header and the cart notification.

misteri.ca using Dawn 15

Hi @MiguelMaya ,

You can follow these steps to make the effect that you want

  1. Open Online Store > Theme > Edit Code

  2. Find and open the base.css (or theme.css, custom.css) file

  3. Paste the code snippet below at the bottom of the file and hit save

#cart-notification {
  border: none;
}

Here is the result

Hope this helps you solve the issue.

Please don’t forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!