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

    how can i increase the size of the icon box icons? i have some on 2 pages of my website

    #1185922

    Hey darrenheld2,

    Add this to quick css:

    .iconbox_top .iconbox_icon {
    font-size:30px!important;
    }

    Best regards,
    Jordan Shannon

    #1186148

    this made things larger thanks. the icons are now not centered with the css code, how would i remedy this?

    #1186462

    Hi darrenheld2,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av_section_1.avia-builder-el-1 .iconbox_top [data-av_icon]:before {
        margin-left: -10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1186535

    ah yes, that worked. how would i move them slightly up as well to make them centered?

    #1186539

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘larger icon box icons’ is closed to new replies.