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
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
Open Online Store > Theme > Edit Code
Find and open the base.css (or theme.css, custom.css) file
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!