Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Hi. How to remove border on mobile versions?

Hi. How to remove border on mobile versions?

Alex31
Excursionist
21 0 7

How to remove border on mobile versions?

IMG_8911.jpeg

Replies 3 (3)

Bundler-Manuel
Trailblazer
362 23 41

Hello @Alex31 Try out the steps below and you should be able to remove the border

1) Go to Online Store then Theme then Edit Code

2) Open the theme.liquid theme file

3) Paste the code below 

{% if template == 'index' %}
<style>
.header-wrapper--border-bottom {
border-bottom: none !important;
}
</style>
{% endif %}

Let me know if this works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

ZestardTech
Shopify Partner
5911 1067 1413

Hello @Alex31 

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Alex31
Excursionist
21 0 7