Hi : ) How do I ad a background color and change the border color for the animated numbers element? Thank you for your help!
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
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 : (
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
That’s perfect, thank you! I’m grateful for your help: )