• Resolved deforner

    (@deforner)


    Hello Phil,

    is it possible to add custom ids to the CSS class .age-gate-wrapper~:not(#wpadminbar) {filter:blur(var(–age-gate-blur));} with a filter or something?

    I am asking because I have the Cookie Notice from Complianz on my website and the age-gate is above the small consent window but it needs to be visible from the beginning and when I add :not(#cmplz-cookiebanner-container) to the CSS rule mentioned above it is visible all the time.

    Best Regards
    Dennis M?ller

    • This topic was modified 3 years ago by deforner.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @deforner,

    I’d use this for now – I’ll try and come up with a better solution though:

    
    #cmplz-cookiebanner-container {
        filter: none !important;
    }
    

    Can add it to the custom css in age gate or you theme, which ever works best for you.

    Thanks
    Phil

    Thread Starter deforner

    (@deforner)

    Hi @philsbury,

    thank you very much for your solution. It works perfectly and I don’t know why I didn’t come up with it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add :not(custom-id) to blur filter’ is closed to new replies.