remove Grey Line below navigation bar

Hello!

I would like to remove then thin grey line that is below the navigation bar and above the page content to achieve a very sleek, minimalist design for my client. (See photo)

I have tried many CSS attempts with no luck, any help would be appreciated. Thank You!

Hi @cateb,

I hope you are well today and thank you for your question.

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

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

nav#site-navigation {
    border-bottom: 0;
}

Best Regards,
Movin

Thank you so much! Looks great and I love this theme, have an awesome day :slight_smile:

You are most welcome here :slight_smile: