• Resolved ememumoh1

    (@ememumoh1)


    Hi I’m really struggling to center the odometer on this page and also get text in white

    The page I need help with: [log in to see the link]

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

    (@livemeshsupport)

    Pls use the below custom CSS in livemesh widgets > settings > custom CSS –

    
    .lsow-grid-item.lsow-odometer {
        text-align: center;
    }
    
    Thread Starter ememumoh1

    (@ememumoh1)

    /thanks that works but font colour does not seem to change

    Plugin Author livemesh

    (@livemesh)

    You can just use this –

    .lsow-odometers .lsow-odometer .lsow-number span {
        color: white;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

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