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

    (@nlemsieh)

    Hi @chleray

    Thanks for your review!

    That’s part of our roadmap along with other styling features. In the meantime, you can easily add a background color by adding this CSS code under the WordPress Appearance menu > Customize > Additional CSS or use this lightweight plugin:

    .hurrytimer-campaign{
    background: #00FFFF;
    }

    If you want to target a specific timer, use this code instead:

    .hurrytimer-campaign-1234{
    background: #00FFFF;
    }

    Replace 1234 with your timer ID.

    You can use this tool here to a pick a color.

    We’re constantly improving the plugin. Hopefully, you can give us a better rating.

    Let me know if you have any questions.

    Best regards,
    Nabil

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