Hi there,
I would like to remove the lines under the navigation links on the header - see picture below
URL is healhana.com.
Thanks!
Hi there,
I would like to remove the lines under the navigation links on the header - see picture below
URL is healhana.com.
Thanks!
Hi there,
Pls share store URL
Thanks
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.site-nav__link--active .site-nav__label {
border-bottom-color: transparent !important;
}
Hope this works.
Thanks!
Amazing it worked, thank you!