Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1461803

    Hi : ) How do I ad a background color and change the border color for the animated numbers element? Thank you for your help!

    #1461816

    Hey envisageiam,

    Thank you for the inquiry.

    The Animated Numbers element doesn’t have this configuration by default, but you can place it inside a Column element. Then, configure the Column element’s Layout > Borders and Styling > Background settings as needed. Let us know if this helps.

    Best regards,
    Ismael

    #1461881

    Ok, would be much easier if I could add styling to apply site wide instead of having to go into each item and make the adjustment : (

    #1461888

    Hi,

    Thank you for the update.

    If you need to adjust the default style of the animated numbers, you can add the following modification in the Quick CSS field and adjust it as necessary.

    #top .avia-animated-number {
        border: 1px solid red;
        padding: 10px 20px;
        background: blue;
    }

    Best regards,
    Ismael

    #1462122

    That’s perfect, thank you! I’m grateful for your help: )

    #1462135

    Hi,

    No problem! Glad we could be of help. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

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