Removing the nav bar

There is a nav bar visible at the top when the site is viewed in a mobile and i am not able to get rid of it. Kindly help.

Hi @sonydheeraj,

Thank you for your question.

You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.navbar-default .navbar-toggle {
    display: none;
}

Best Regards,
Movin

Thanks Movin.
The issue is resolved now. :slight_smile:

You are always welcome here :slight_smile: