[Resolved] Color behind Off Canvas Menu

Home Forums Support [Resolved] Color behind Off Canvas Menu

Home Forums Support Color behind Off Canvas Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1419485
    John

    Hi!

    The mobile off-canvas menu slides open from the left taking up about 75 percent of the screen.

    The remaining 25 percent of the screen is an opaque black. I’d like to change this to a different color.

    Can this be done in the customizer or is custom CSS needed?

    Thanks!

    John

    #1419489
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .slideout-overlay {
        background-color: #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1419556
    John

    Thank you, Leo.

    I threw in some opacity too.

    .slideout-overlay {
    background-color: rgba(215, 219, 221, 0.5);
    }

    John

    #1419557
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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