Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #525701

    Hi, you can see the counter as it is now here – http://screencast.com/t/1WjlC51amvP and I would like to make it look like this – http://screencast.com/t/AA0lspxz

    Font should be bigger and in green color while the background should be white.

    How can I do this?

    #525703

    Hi DROR!

    Please add following code to Quick CSS

    span.av-countdown-cell-inner {
        color: green!important;
        background: white!important;
    }
    .av-countdown-cell-inner { 
    padding: 5px;
    }

    You can adjust the font size by adjusting this code in your Quick CSS – https://kriesi.at/support/topic/how-to-add-space-and-roundness-to-the-counter/#post-525057.

    Regards,
    Yigit

    #525710

    Hi DROR!

    Please insert the below css into your custom css section:

    .av-countdown-time {
        font-size: 80px !important;
        font-weight: bold !important;
    	color: #00a59d !important;
    }
    
    .av-countdown-time-label {
    	color: #00a59d !important;
    }
    
    .main_color .av-colored-style .av-countdown-cell-inner {
        background-color: #ffffff !important;
    }

    Regards,
    Dake

    #525746

    Awesome. Thanks!

    How can I change the font of the counter to open sans?

    • This reply was modified 8 years, 5 months ago by bakbek.
    #525766

    Hey!

    Please add following code to Quick CSS as well

    .av-countdown-cell-inner { font-size: 'Open Sans'!important; }

    Regards,
    Yigit

    #525770

    Hi Yigit, that doesn’t seem to work.

    #525818

    Hey!

    Please insert the following css into your custom css section:

    .av-countdown-time {
        font-family: 'Open Sans'!important;
    }

    Cheers!
    Dake

    #525971

    Thanks !

    #525974

    Hi!

    You’re welcome, glad we could help :)

    Please let us know if you ever need any help in the future.

    Regards,
    Dake

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to make changes to the counter look?’ is closed to new replies.