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

    (@philsbury)

    Hi @romeing,

    I’d normally expect your theme to handle this sizing, Age Gate inherits much of it’s text sizing from there. But if that’s not happening, you can add some css like this, just amend the values:

    
    @media screen and (max-width: 768px) {
        h2.age-gate-subheading {
            font-size: 20px;
            color: #c00;
        }
    }   
    

    Thanks
    Phil

    Thread Starter romeing

    (@romeing)

    Thank you! and to make that subheading in bold?

    Plugin Author Phil

    (@philsbury)

    Hi @romeing,

    Add font-weight: bold;. But probably outside the media query as I guess you want it always bold.

    Thanks
    Phil

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mobile responsiveness’ is closed to new replies.