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

    The default icon list and box font size is too small to read. I do not see the ability to increase the font size on the bottom like you do with Text Block.

    Where is located?

    #570444

    Hi philee!

    Add this to your custom CSS.

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

    Regards,
    Elliott

    #570457

    Added it to our child theme Style.css file and there was no change. Are you sure that is the right code?

    #570928

    Hey!

    Please add
    #top .iconbox {
    font-size: 18px !important;
    }

    and let us know if that solves the issue you are having

    Cheers!
    Basilis

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