My shopping cart icon is not showing on mobile, only on PC. Please help me fix this.
I FIXED IT. I used the code: .header .header__icon–cart {
display: block !important;
}
1 Like
I had the same problem, this was the fix for me. Thank you Marcuston!