Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #129560
    wouwonline
    Participant

    Hi, how can I change the mobile menu colors?

    Now the color of the secondary menu is light grey, but I would like to make it dark grey.
    In the customizer there’s a section: secondary menu, but that colors do not appear on the site.

    I also would like to change the color of the word ‘Menu’ on the mobile site, when it’s active. Now its red. I would Like to keep it the same color.

    http://test.blokker-fysiotherapie.nl/

    #129607
    tikaram
    Keymaster

    @wouwonline : Please try changing the color of the secondary menu from the customizer. There is no any issue with color option.

    To change the color of the word Menu when its active add the following additional css.

    #menu-toggle-primary:hover {
    	color:#5b5b5b;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #129835
    wouwonline
    Participant

    Hi,

    The color of the secondary menu is changeble in the customizer, but the color of the same menu-items are different on mobile devices.

    On desktop view it’s dark grey, and on mobile view it’s light grey. I would like them both to be dark grey.
    Where can i change the color of the mobile secondary menu items?

    #129839
    tikaram
    Keymaster

    @@wouwonline : Go to Appearance => Customize => Additional css and add the following css.

    #site-header-menu.toggled-on .toggled-on a {
    	color: #5b5b5b;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu colors in mobile menu’ is closed to new replies.