Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #349085

    Hi,
    I would like to add a circle border around an animated number section. Can you tell me how to do this? A link to a screenshot is attached.
    Thanks,
    Gabe

    #349424

    Hi connect4consulting!

    Please add following code to Quick CSS

    .home #av_section_5 strong.heading.avia-animated-number-title {
    border: 2px solid #128df9;
    border-radius: 50px;
    padding: 15px;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.