Site logo

Archived topic

Remove Menu bar bottom border

5 replies · Started by Sam on April 21, 2021

Viewing posts 1–6 of 6

Hello, I want to remove the menu bar bottom border. Tried some classes like main-navigation, .sticky-enabled .main-navigation.is_stuck but did not work.

Thank you very much for your help.

Hi there,

Can you link us to the site in question to inspect which is adding it?

You can use the private information text field if you wish to keep the site private.

Thanks for your reply. Here is the site. I want to remove the menu bar bottom grey border when it sticks.

Hi there,

add this CSS to your site:

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: none;
}

Thanks, it is the box-shadow, not border, thank you very much. It works.

Glad to be of help

This archived topic is closed to new replies.