Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #863351

    Hi,

    I want to add the text “Menu” just below the Hamburger Menu for mobile devices – can I do this with quick css and if so how?

    Thanks

    #863430

    Hey aboderc,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .av-hamburger-box {
        height: 70px;
    }
    .av-hamburger strong {
        display: inline-block;
        height: 55px;
        vertical-align: bottom;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #863458

    Hi Victoria,

    thanks, but this didn’t work – no change to the hamburger menu display.

    I tried it as you suggested in quick css, in the enfold custom.css as well as in my child themes style.css, just didn’t work. Any ideas?

    Cheers,
    Stefan

    #863483

    Hi Stefan,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #863542

    Hi – here’s the link: http://dueamiche.com/

    Cheers

    #864057

    Seems to be working now – thanks

    #864566

    Hi,

    Always make sure yo clear cache so you can check properly.
    Happy it coudl work!
    We would really appreciate if you can take a moment to also rate Enfold Theme, below your Downloads area, it helps us be better!

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hamburger Menu with text below the three bars’ is closed to new replies.