[Resolved] Slideout menu overlay

Home Forums Support [Resolved] Slideout menu overlay

Home Forums Support Slideout menu overlay

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1535880
    Bernhard

    Hello,
    I want to change the color of the slideout overlay – the black slightly transparent overlay on the right.
    I tried

    .slideout-overlay {
        background-color: rgba(255,255,255,0.3);
    }

    but it does not work. What shall I do?
    Thank you.

    #1535984
    David
    Staff
    Customer Support

    Hi there,

    try this CSS so it is more specific:

    body .slideout-overlay {
        background-color: rgba(255,255,255,0.3);
    }
    #1536351
    Bernhard

    Perfect, thank you 🙂

    #1536373
    David
    Staff
    Customer Support

    You’re welcome

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