Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #384716

    How do I add a white circle behind my icons with CSS?

    Any ideas?

    #384960

    Managed to add circle behind my icons, but they won’t shop up on mobile devices. Any clue?

    This is the css I’ve used

    #top .avia-font-fontello, body .avia-font-fontello, html body [data-av_iconfont=”fontello”]:before
    {
    background-color: white;
    border-radius: 50%;
    border: 1x solid grey;
    padding:20px;
    text-align: center;
    }

    • This reply was modified 9 years, 9 months ago by crewneck.
    #384984

    Solved it! Close thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add circle behind my icons?’ is closed to new replies.