Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #900505

    Hi, how can I make the iconbox title font bigger and in bold? and how I can make the iconbox contect font bigger? And how can I make the iconbox icon bigger?

    Thanks.

    #900553

    Hey DROR,

    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

    
    #top #wrap_all .all_colors .avia-builder-el-5.iconbox h3.iconbox_content_title  {
        font-size: 25px;
    }
    .avia-builder-el-5.iconbox .iconbox_content p:last-child {
      font-size: 22px;
    }
    #top .avia-builder-el-5.iconbox.iconbox_right_content.av-icon-style-no-border .iconbox_icon {
        font-size: 70px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #900876

    Hi, that only effected 1 of the iconboxes. How can I change them all?

    Also, how can I middle align the icon with the title and subtitle?

    #901289

    Hi bakbek,

    I thought that you wanted for just one. Remove this class .avia-builder-el-5 and will affect all.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #901323

    Thanks, I managed to figure it out. Only thing is that I can’t figure out how to align the icon as shown in the screenshot.

    Can you help me do that?

    #901354

    Hi,

    Sure, try adding this css code in QUick CSS (located in Enfold > General Styling):

    .home #av-layout-grid-1 .iconbox_icon {
        margin-left: 44px;
        position: relative;
        top: 14px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #901416

    Perfect. Thanks!

    #901592

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to change Iconbox font and icon size.’ is closed to new replies.