• Hello, I just noticed that the text on the Submit button is white on white. I’m not sure what’s causing it, and I’m not sure how to change it. Thanks

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

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

    (@philsbury)

    Hi @fdisnyc,

    Looks like something in the theme is probably being a bit greedy, the following CSS should fix it:

    
    input[type="submit"].age-gate-submit {
        color: black;
    }
    

    Thanks
    Phil

Viewing 1 replies (of 1 total)

The topic ‘Button Background Color’ is closed to new replies.