• Resolved johnzoro

    (@johnzoro)


    Err I’ve installed this plugin and it’s great. Is there anyway to change the font size? I can add additional CSS?

    It seems a bit massive on desktop and very massive on mobile. I would like to bring the size down so it doesn’t look as in your face.

    This is for the text and the clock bit

Viewing 1 replies (of 1 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @johnzoro

    You can change font size under Appearance > Elements > Timer digit.
    To change font size for mobile you can use this CSS code under the WordPress Appearance menu > Customize > Additional CSS:

    @media(max-width:425px){
     .hurrytimer-campaign .hurrytimer-timer-digit{
       font-size:15px;
     }
    }

    Best,
    Nabil

Viewing 1 replies (of 1 total)
  • The topic ‘Font Size’ is closed to new replies.