Okay
  Public Ticket #2361565
Mobile menu overlay color
Closed

Comments

  •  7
    lofoxx started the conversation

    When the menu becomes mobile, the background/overlay color is blue. I can't find where to fix that either in the css or theme options. What am I missing? Thanks!

  •  7
    lofoxx replied

    Help? Thanks

  •  1,558
    Laborator replied

    Hi there,

    To change that go to Custom CSS and search for this line of code:

    /* Header: Mobile Menu Overlay Color */
    .mobile-menu-wrapper.mobile-menu-fullscreen+.mobile-menu-overlay {
        background: rgba(68,132,206,0.9);
    }
    

    The rgba(68,132,206,0.9) is the color value in RGB format, and you will need to change that to the color you want.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  7
    lofoxx replied

    Perfect, thanks! Sorry I didn't find that one in the css.

    Loren