Site logo

Archived topic

Remove the "filter" applied to site when opening Off Canvas menu

3 replies · Started by Tim on April 20, 2021

Viewing posts 1–4 of 4

Is it possible to remove the "filter" that is applied to the site when the off canvas menu is opened?

Hi there,

try adding this CSS:

.slideout-overlay {
  opacity: 0 !important;
}

Works perfectly, thanks again!

Glad to be of help.

This archived topic is closed to new replies.