• Hi, great plug-in!
    i would like to know if it’s possible to add transparency to the foreground color.
    Thanks!
    alhumo

Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @alhumo,

    The way it is currently set up, not through the plugin admin. However you could add CSS to you theme/child theme/other enqueued css like this:

    
    .age-gate-form {
        background-color: rgba(0,0,0,0.6);
    }
    

    I’ve said on other topics in support that there is a CSS editor in the plugin admin coming to a future release I just have to find the time to complete it!

Viewing 1 replies (of 1 total)

The topic ‘Foreground colour’ is closed to new replies.