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

    Hello,
    Need some help please, kind of stuck and I see no solution atm.
    I want to increase the size of the icon from an icon box.
    Using this css, everything works fine, but it’s obviosuly modifying all the icons from all icon boxes, for every page:

    /*Icon Box Increased Icon size*/
    #top .iconbox_left_content .iconbox_icon{
    height: 30px;
    line-height: 50px;
    font-size: 80px;
    }
    .iconbox_left_content .iconbox_content {
    font-size:30px;
    }

    I just want to increase the icons only on some pages. I have modified the functions.php, in order to turn on custom css classes, but even if I assign a class to an icon box, it modifies the text, not the icon.

    I used this code:

    .bigIconBox{
    height: 30px;
    line-height: 50px;
    font-size: 80px;
    }

    Thank you.
    Best regards,
    Marius.

    #621021

    Hey Marius!

    Thank you for using Enfold.

    Enable the custom css class field so that you can specify unique selectors for each element: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #657316

    Hi there,
    How can I modify the iconbox content (title and paragraph font size)?
    The icon box style I’d like to modify for is the large icon above the title.

    #657330

    Hey!

    Icon box can be controlled with CSS.
    Please create a new topic and we will do provide the CSS required to edit the size of the elements.

    Thanks a lot for your understanding

    Regards,
    Basilis

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