Viewing 2 replies - 1 through 2 (of 2 total)
  • No fading (JavaScript, in particular jQuery’s animate function is required for that), but might be good enough for you.
    Add this to your theme’s style.css file:

    .RMPushOpen{
    background-color:black;
    }
    .RMPushOpen > * {
    opacity: 0.2;
    }
    .RMPushOpen .RMOpened, .RMPushOpen #click-menu {
    opacity: 1;
    }

    Tweak the 0.2 value (0.99 or 0.5 etc.) to see different transparency blackness.

    Hi Owen,

    Chris is right, this couldn’t be achieved with the Responsive Menu, you would need to create some custom jQuery to achieve this.

    If you can work with a developer they should be able to achieve this quite easily.

    Many thanks

    Peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make body have transparent overlap when open.’ is closed to new replies.