Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #833476

    Goodday enfold staff,
    Is there a way to change the hamburger image or change the background of it like this website: https://www.ara.nl/nl
    I would like to have a black square behind the icon

    thank you

    #833479

    Hey Grafischinvorm,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .av-burger-menu-main a {
        background-color: black!important;
        padding: 5px!important;
    }
    

    If that does not help, please post a link to your website

    Best regards,
    Yigit

    #833516

    Hi Yigit,
    Thank you for your fast reply,

    Your code almost works but its not doing what i want. This is what it looks like : https://www.photobox.co.uk/my/photo/full?photo_id=21749666950

    What i realy want is just a square just like the example i send you :https://www.ara.nl/nl

    I can not send you a link to my website because its running om my computer as localhost

    Thank you

    #833538

    Hi,

    Your link just takes me to https://www.photobox.co.uk/. Can you please try uploading your screenshots on imgur.com or Dropbox public folder and post the links here?

    Best regards,
    Yigit

    #833540

    Hi, Sorry, my bad.
    This is how it looks right now : http://imgur.com/a/vQkyS
    And this is what i want : http://imgur.com/a/FgTdY

    thank you

    #833561

    Hi!

    Please try using the code as following

    .av-burger-menu-main a {
        background-color: black!important;
        padding: 0 5px!important;
        height: 45px!important;
        line-height: 45px!important;
        top: 20px;
    }

    You may need to adjust the values.

    Regards,
    Yigit

    #835288

    Hi Sorry for my late response,
    i tried your code but that is not exactly what i want.
    it has to be more like this :http://imgur.com/a/SrnFG

    Thank you.

    #835689

    Hi,

    I’m not sure if I’m missing something here, but your mobile menu look like this screenshot when I load it on my end. What are you seeing on your end and in what browser?

    Did you clear your browser cache and reload the page?

    Best regards,
    Rikard

    #835768

    hi,
    im using google chrome and i did clear my cache.
    but what the problem is that the hamburger icon is stuck to the top. There has to be space between the top and the hamburger.

    View post on imgur.com

    thank you

    #836174

    Hi,

    Ok, thanks for the feedback. Could you post a link to your site so that we can have a closer look please? I’m guessing the site in private is just an example, right?

    Best regards,
    Rikard

    #836257

    Hi,
    I fixed it myself (actually my grilfriend) she edited the code in the console in google chrome.
    this is what i looks like now: http://imgur.com/a/Y9nPZ

    she used this code to edit the hamburger:

    .html_burger_menu .av-burger-menu-main {
    top: 33px!important;

    }

    Thanks anyway for the support.

    #836326

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to change desktop Hamburger menu icon’ is closed to new replies.