• Resolved ehekman

    (@ehekman)


    I’m trying to change the color of the numbers and text in the odometer widget. However, I cannot find the option. Is there a way to use CSS styling to change the look of this widget?

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    You can use the following custom CSS –

    .lsow-odometers .lsow-odometer .lsow-number { color: #763535; }
    
    .lsow-odometers .lsow-odometer .lsow-stats-title { color: #1c4870; }

    Pls input the above in your child theme style.css or you can install the below lightweight plugin –

    https://ww.wp.xz.cn/plugins/simple-custom-css/

Viewing 1 replies (of 1 total)

The topic ‘Odometer styling’ is closed to new replies.