• Hey folks,
    I am trying to change the background of an off-canvas-menu.
    My menue-backgound is green and the font normally white.
    On mobile devices the background of the off-canvas changes to white, and my white font is not visible.
    I do not find the right place to change the off-canvas-backgound within nimble page-builder (free).
    Can anyone help?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi
    I think the solution is that add the CSS code in the?custom CSS setting?of the live customizer.
    Like
    .nb-loc .sek-row [data-sek-id=”__nimble__68f984567601″] .sek-menu-module li > a{
    color: #ffffff;
    }
    nav.nb-collapsible-mobile-menu [data-sek-mm-state=expanded]{
    background: #51ae30;
    }

    Thanks

    Thread Starter arosocha

    (@arosocha)

    Hey Amirzia.
    thanks for your answer.
    Do I have to add this in the custom CSS od the menue, or the additional CSS in customizer?
    The menue-custom-CSS is greyed out, since I am not a pro-user of nimble page builder…

    Open the?WordPress live customizer?and navigate to the customCSS setting.

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