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

    I want to make the Icon Box circle size smaller and the icon larger. It appears correct in the Advanced Layout Editor, but always displays much larger.

    I added the following code, but it has no effect:

    #top .iconbox.av-no-box .iconbox_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    }

    #500248

    Try this:

    #top .iconbox.av-no-box .iconbox_icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    }
    
    • This reply was modified 8 years, 10 months ago by cyhouz.
    #500501

    Hey!

    Thanks for the help cyhouz. Let us know if you have any other questions PCD.

    Best regards,
    Elliott

    #500750

    Thanks cyhouz and Elliot. Unfortunately, the code still has no effect. Can you log in and see if something is overriding it? Thanks in advance.

    #501117

    Hey!

    Should be working now.

    .iconbox_icon {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 20px !important;
    }

    Cheers!
    Elliott

    #501292

    That did it. Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Icon Box circle size’ is closed to new replies.