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

    (@philsbury)

    Hi Simon,

    There looks to be some CSS trumping the age gate CSS, one in shortcordes.css which is setting the width, and some just in the page setting the border colour which is using !important.

    To get around it, the easiest thing to do is to go to the advanced tab and paste the following into the CSS editor

    .age-gate input[type="text"] {
        border-color: #b87333 !important;
        width: auto;
        max-width: 100px;
    }

    Cheers,
    Phil

    Thread Starter copperfrogdistilling

    (@copperfrogdistilling)

    Hi Phil

    Thanks very much that worked a charm

    Cheers
    Simon

    Thread Starter copperfrogdistilling

    (@copperfrogdistilling)

    will this need to be added every upgrade ?

    Plugin Author Phil

    (@philsbury)

    It shouldn’t, that’ll be stored in your settings like any other and will just persist when you update to each version. Assuming the main settings don’t change, which I don’t plan for them to do!

    Thanks
    Phil

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘age gate not showing correctly after upgrade’ is closed to new replies.