Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #511054

    is there any quick CSS to increase the actual icon within the circle, for example make the telephone icon bigger within the circle?

    #511155

    PS, can make outer circle bigger, just not the actual icon

    #511157

    Tried this code but never worked:

    .iconbox_top .iconbox_icon { font-size: 50px!important; height: 90px; width: 90px; line-height: 84px; top: -64px; }
    .iconbox .iconbox_content .iconbox_content_title { margin: 30px 0 16px 0; }
    .iconbox_top .iconbox_content { margin-top: 80px; }

    #511160

    Logins in Private content

    #511247

    Hi,

    Please try the following to control the size of the icon:

    [data-av_icon]:before {
        font-size: 30px;
    }
    

    Regards,
    Rikard

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