Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198388

    Hello

    I just finished creating 2 icon fonts in Illustrator then into Fontello.
    Great instructions. Thanks.

    I was wonder if and where you can increase the size of the Icon without increasing the size of text?
    My Icon is a little small and i would like to increase it. Also where can we change the colour?

    Thanks

    website: http://www.barbadosapartment.com

    #198419

    Hey markbener!

    You can change the icon size using this:

    .iconbox_top .iconbox_icon {
    font-size: 24px;
    line-height: 24px;
    }

    The color can be change with this:

    .main_color.iconbox_top .iconbox_icon {
    color: red;
    }

    Cheers!
    Ismael

    #198449

    Thanks Ismael

    I used the icon left atrubute and it worked however the larger icon is overlapping the heading now.
    Any code would be appreciated. Also what is the code for icon list? I used .iconlist but no luck.

    Regards,

    Mark
    p.s.
    My changes are live now.

    website: http://www.barbadosapartment.com

    #198507

    Hey!

    Please add following code to Quick CSS as well

    .iconbox_left .iconbox_icon { margin-right: 20px; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Icon font size’ is closed to new replies.