Odometer Styling

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27218
    Ann Zumwinkle
    Participant

    Here’s a curious one. Is there a way to switch the comma off on an odometer that is showing years? Our client has a set of odometers with various stats, one of them involving calendar years. The widget automatically adds a comma to a four-digit number, which is not appropriate for a year. (I could style it out, but again, we would rather have some the client could manipulate.)

    #27220
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .odometer-formatting-mark {
        display: none;
    }
    
    #27221
    Ann Zumwinkle
    Participant

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Odometer Styling’ is closed to new replies.