[Resolved] hamburger menu – menu-toggle with border / frame

Home Forums Support [Resolved] hamburger menu – menu-toggle with border / frame

Home Forums Support hamburger menu – menu-toggle with border / frame

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2247158
    Irmgard

    Hello,

    I would like to have the button menu-toggle for mobile with a frame / border in the color #46223D .
    I could not find an adjustment in the customizer. Tried some css, but didn’t get it work.

    Do you have a css for me?

    Thanks for your help :-). Best regards,

    #2247203
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .mobile-menu-control-wrapper .menu-toggle {
    	background-color: #46223D;
    }
    #2248184
    Irmgard

    Hi David,

    At first thanks for your immediate answer.

    But the css does not work, there is no frame/outline visible. Do you have any other idea?

    Thanks, Best regards,

    #2248187
    David
    Staff
    Customer Support

    Can you share a link to your site ?

    #2248204
    Irmgard

    Hi David,
    Unfortunately not yet, the site is locally hosted (mamp). As soon as the site is online, I will get back to you :-).
    Thanks for your help.
    Best regards,

    #2248228
    David
    Staff
    Customer Support

    Let us know ๐Ÿ™‚

    #2256645
    Irmgard

    Hi David,

    Somehow I got it work with following css

    .menu-toggle:hover .gp-icon svg {
    fill: #91B325;
    }

    .menu-toggle {
    margin: 10px;
    }

    button.menu-toggle {
    background-color: transparent;
    border: 1px solid #46223D;
    }

    Pretty happy about it :-).
    Love the theme.

    Kind regards,

    #2258633
    David
    Staff
    Customer Support

    Awesome – glad to hear that ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.