• gersandeb

    (@gersandeb)


    Hello, I installed Age Gate and Complianz on my website, and I’ve recently encountered an issue. Users have to first validate the age restriction before being able to accept or decline cookies, but the cookie banner is covering the age restriction prompt. How can I hide the cookies banner on the Age Gate widget?

    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 @gersandeb,

    You should be able to do this with some CSS, if you have somewhere to add custom css (elementor settings or wordpress’ customiser) you can add the following:

    :root {
    --ag-form-z-index: 100000;
    }

    Should be all you need

    Thanks
    Phil

    Thread Starter gersandeb

    (@gersandeb)

    Hello Phil,

    Many thanks for your help, it’s good!

    Thanks Gersande

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