• Hi,

    I have a black fixed menu appearing when I’m on mobile and tablet screen, whereas my customised menu is still here (in white). I want to delete the black fixed menu, but don’t find out how to delete it in customised css.

    here is my website: http://www.lebureaudelili.com

    Any idea?

    Thanks.

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello marieflamingo,

    Try below css code.


    @media only screen and (max-width: 768px) {
    #wprmenu_bar {
    visibility: hidden !important;
    }
    }

    Hope this will helps you.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Remove Fixed Menu’ is closed to new replies.