How to remove menu bar border for Sparkling theme

Welcome back, I hope you had a great vacation. I wish to remove the border around the menu bar on mobile view, please put me through. Thanks for your usual support.

I was snowboarding in Italian Alps and had a really great time :slight_smile:

I don’t think that there is even a border by default but I think you can remove it on mobile by adding this code to Appearance >> Theme Options >> Other >> Custom CSS.

@media (max-width: 767px) {
  .navbar-default {
    border: none;
  }
}

If this doesn’t help, please post your website URL and I will provide with custom solution.