• Hi There,

    My buttons are very small? How can I enlarge it?
    I tried the options below but it didn’t work.

    Hope you have the solution. Thanks.

    .age-gate-submit-yes,
    .age-gate-submit-no {
    width: 30%;
    }

    and this one gives a error on the CSS panel.

    .age-gate-submit-yes[type=”submit”],
    .age-gate-submit-no[type=”submit”] {
    width: 30%;
    }

    • This topic was modified 6 years, 1 month ago by dynamicstyle.
    • This topic was modified 6 years, 1 month ago by dynamicstyle.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @dynamicstyle,

    Your first one seemed to work for me, but maybe put .age-gate in front of them:

    
    .age-gate .age-gate-submit-yes,
    .age-gate .age-gate-submit-no {
        width: 30%;
    }
    

    Side note, it looks like you have admin-post.php blocked, so you might need to change to “post to self” in the age gate advanced settings

    Thanks
    Phil

    Thread Starter dynamicstyle

    (@dynamicstyle)

    Thanks for your quick response, and it worked for me.

    One more question the button is wider but how to increase?

    Plugin Author Phil

    (@philsbury)

    Hi @dynamicstyle,

    I’d put this in, should match the buttons on the rest of your site:

    
    .age-gate .age-gate-submit-yes,
    .age-gate .age-gate-submit-no {
        color: #891820;
        border: 4px solid #891820;
        border-radius: 4px;
        font-size: 20px;
        background-color: #F6BF2E;
    }
    
    Thread Starter dynamicstyle

    (@dynamicstyle)

    WoW Phil,

    It’s works great.

    What a great and fast support.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Button Controls’ is closed to new replies.