[Resolved] toggle menu color background movil

Home Forums Support [Resolved] toggle menu color background movil

Home Forums Support toggle menu color background movil

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1656214
    David

    Hi, I have not been able to change the background color of the menu in the mobile version.

    I have not found it in customize and I have put the following code, but it does not work:

    .mobile-header .menu-toggle {background-color: #f000;!important;}

    Can you help me? Thanks : )

    #1656270
    Ying
    Staff
    Customer Support

    Hi David,

    Could you can link us to the site in question?

    You can use the private information field.

    Thanks!

    #1656285
    David

    Hi, I leave you the link in the private

    #1656291
    Ying
    Staff
    Customer Support

    Go to Customizing > Colors > Primary Navigation > Background color.
    Let me know if it works πŸ™‚

    #1656364
    David

    Hi Ying, I already had that done.

    I am sending you a link with a screenshot.

    The backgorund is white, but the toggle menu has a different background color (#fafafa).

    I don’t know where to change it

    Can you think of anything?

    Thanks ; )

    #1656433
    Ying
    Staff
    Customer Support

    You could try this CSS:

    .mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
        background-color: transparent;
    }

    Let me know πŸ™‚

    #1656437
    David

    Great Ying, thanks for your help πŸ™‚

    #1656440
    Ying
    Staff
    Customer Support

    You are welcome πŸ™‚

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