• This is probably very easy, but is there a way to make the no button red? I would assume some sort of CSS code, but not sure what. Thank you for any tips.

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

    (@philsbury)

    Hi @asbchris,

    Yup, you can do that with:

    
    button.age-gate-submit-no {
      background-colour: red;
    }
    

    There’s a full css reference over on the docs.

    Thanks
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Color of no button’ is closed to new replies.