change "animated-numbers" color

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support change "animated-numbers" color

  • This topic has 6 replies, 3 voices, and was last updated 9 years ago by Syer.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13215
    Syer
    Member

    Hi,

    how do i change the color of the “animated numbers”? I changed the color in general options but for the animated numbers, it stays the same…

    cheers
    Thorsten

    #13240
    Veena
    Moderator

    You can apply the below custom CSS in themeoptions –

    .animate-numbers .stats .number {
      color: #000;
    }
    
    #13242
    Syer
    Member

    Thx for the reply,

    i implemented the code with the color #fcb215 under custom css in themeoptions, but nothing changed :/

    best
    thorsten

    #13243
    Veena
    Moderator

    Pls share a link to your site.

    #13245
    Syer
    Member
    This reply has been marked as private.
    #13249
    Raghavendra
    Moderator

    Pls use this custom CSS –

    .stats .number {
    color: #000;
    }
    
    #13250
    Syer
    Member

    worked! thx!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘change "animated-numbers" color’ is closed to new replies.