Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #308719
    Shaun
    Participant

    Hi, On Catch Responsive is it possible to replace the hamburger menu, with the word “Menu”? .

    Many thanks

    #308723
    tikaram
    Keymaster

    @ezrapound : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.
    Let me know if this works or not

    .mobile-menu-text {
      display:block;
    }
    .genericon-menu::before {
      display:none;
    }
    #308835
    Shaun
    Participant

    Fantastic. Yes the CSS works perfectly. Thanks.

    As a follow up question, does Catch Responsive allow the main mobile menu to display just like the full menu on desktop resolution? So, without need for the “hamburger” menu? If so, what is the CSS to allow that full menu display on mobile resolution?

    #308941
    tikaram
    Keymaster

    @ezrapound : To display full menu on mobile resolution please try adding the following additional css.

    .nav-primary {
        display: block;
    }
    .mobile-menu-anchor.primary-menu {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Replace Hamburger with the text “MENU”’ is closed to new replies.