Viewing 3 replies - 1 through 3 (of 3 total)
  • jurisss

    (@juriss)

    I also would like to know.

    I just installed it on my site and the labels show on top of the counter by default as long as you do NOT have hidelabel="true" anywhere in your shortcode. To put the labels UNDER the counter, you have to change the CSS. In flipclock.css, change “top” to “bottom” like this:

    
    flip-clock-divider .flip-clock-label {
      bottom: -1.5em;
     }
    

    or you can probably overwrite the css elsewhere on your site (or custom stylesheet) so you don’t have to edit the plugin file directly.

    Plugin Author Rhys Wynne

    (@rhyswynne)

    Thanks for this @tech4eleven.

    It’s something I’m looking to add to the shortcode at some point. I’ll make sure to add it soon.

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