• Dear Sirs, I would like to make the age gate buttons match the styling of the rest of the website, can I?

    Thanks for your help

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • For the submit button try this. You can change the colors as you please.

    .age-gate-submit {
    background: #fff; /* button background */
    padding: 10px 20px; /* top, right */
    font-size: 20px;
    margin: 5px 10px 0; /* top, right, bottom */
    transition: all 0.2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: white;
    border-radius: 40% 1%; /* makes the button curve */
    min-width: 75px;
    }
    .age-gate-submit:hover {
    opacity: 0.6;
    }
    .age-gate-submit:hover {background-color: #000; /* button background color – or your choice of color */
    color: #fff; /* text or your choice of color */
    }`

    Plugin Author Phil

    (@philsbury)

    Hi @libano,

    @ethnicomm looks to have set you on a path, should get you going. Only thing is depending on you theme, you might need to be a little more specific, but if the above works, then all good. Thanks @ethnicomm for the contribution ??

    Thanks
    Phil

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize buttons’ is closed to new replies.