How to remove border on mobile versions?
Hello @Alex31 Try out the steps below and you should be able to remove the border
-
Go to Online Store then Theme then Edit Code
-
Open the theme.liquid theme file
-
Paste the code below
{% if template == ‘index’ %}
.header-wrapper--border-bottom { border-bottom: none !important; }{% endif %}
Let me know if this works for you!
Hello @Alex31
Please share your store URL and password.
So that I will check and let you know the exact solution here.
