• Hi there

    What a fantastic, simple plugin.

    I have modified the background color and font color of the counter. I now have black numbers on a yellow background, exactly as I need. However, I’d like to have a different background for the tenths digit.

    Is this possible?

    Thanks in advance.

    Ian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Strawberry Jellyfish

    (@toxictoad)

    You should be able to do this with CSS. It will need an edit to you theme style sheet, the tenths digit has this class .jcw-tenth

    so something like:

    .jcw-tenth {
      background-color: ...your colour code...;
    }
    Thread Starter davco

    (@davco)

    Thanks for your reply.

    I added this code to the stle sheet – .jcw-tenth {background-color: white;}

    but it didn’t make any difference. Any ideas?

    If I’m unsuccessful in changing the tenths digit color is it possible to speed up the counter? It looks a little slow without the tenths. I have it set at 100.

    Many thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background color of tenths digit’ is closed to new replies.