• Resolved toolsavvy

    (@toolsavvy)


    We cannot modify the “Additional Info” portion of the Age Gate popup because in the code of the popup for the additional info text does not have the CSS class “.age-gate-additional-information” associated with it as it should.

    When you look at the code via firefox or chrome inspector, you see…

    <p>ADDITIONAL INFO HERE</p>

    but it should be

    <p class="age-gate-additional-information">ADDITIONAL INFO HERE</p>

    As such the CSS class age-gate-additional-information cannot be modified using Custom CSS box under the advanced tab.

    Will this be fixed on subsequent releases?

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

    (@philsbury)

    Hi @toolsavvy,

    Thanks for noticing, must have been missing for quite a while.

    Fix will be in the next release.

    Just a note that it will be:

    
    <div class="age-gate-additional-information">
      <p>ADDITIONAL INFO HERE</p>
    </div>
    

    Thanks
    Phil

    • This reply was modified 5 years, 5 months ago by Phil.
    Plugin Author Phil

    (@philsbury)

    This is fixed in 2.2.0

    Thanks
    Phil

    Thread Starter toolsavvy

    (@toolsavvy)

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS class .age-gate-additional-information cannot be modified’ is closed to new replies.