• jurgenboot

    (@jurgenboot)


    Hello,

    i have a question about the header in my theme.
    i want to remove the menu bar in my header on mobile devices.
    in the normal browser on my pc and mac it is not visable but on mobile devices you see a bleu block.
    is there a solution to remove that?

    Thanks.

    My url is https://www.jboot.dds.nl/wordpress/

Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    What theme are you using? Where did you download it from?

    Thread Starter jurgenboot

    (@jurgenboot)

    slowave themeforest

    bravokeyl

    (@bravokeyl)

    As this is a premium theme we can’t support here, best solution go to theme specific forums

    Forum
    Here

    knoppys

    (@knoppys)

    In your themes CSS file, you will find the class

    .navbar.basic .btn.responsive-menu

    around line 329. Add the following to the css you find there.

    From this:
    .navbar.basic .btn.responsive-menu {
    margin: 20px 0;
    }

    to this

    .navbar.basic .btn.responsive-menu {
    display: none;
    }

    Thread Starter jurgenboot

    (@jurgenboot)

    Hello, euh where can i edit this?? sorry

    Thread Starter jurgenboot

    (@jurgenboot)

    oke sorry.. it worked!! thanks a lot!!
    I have edit this in custom css

    Thanks jurgen

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu in header’ is closed to new replies.