Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100967
    Joerg
    Participant

    Hy there,

    I´d love to set the Primary Menue to the mobile view – always, even for desktop mode.

    Didn´t find any Theme settings, so maybe custom CSS?

    Thanks for your help!

    Jorg

    #100995
    Mahesh
    Participant

    @paud: This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .mobile-menu, 
    .mobile-menu-anchor {
        display: block;
    }

    If you want to hide the primary menu on desktop add the following CSS:

    .menu.catchbase-nav-menu {
        display: none;
    }

    Regards,
    Mahesh

    #101029
    Joerg
    Participant

    Dear Mahesh.
    Thanks for your help!
    Regards,
    Jorg

    #101071
    Mahesh
    Participant

    @paud: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Primary Menu always show as mobile menu’ is closed to new replies.