New Landing How can we help? Cardinal Minimal Icon Box Style In Bright Design Style

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #107181
    tylerdurdenphi
    Member
    Post count: 52

    Is there a way to use the Minimal Icon Box Style with a different design style such as bright or bold? I’m thinking through CSS but am not sure how.

    Thank you.

    #107274
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    What do you mean by “minimal icon box” can you explain it, if that is possible we will provide you the Custom CSS.

    Thanks,
    laranz.

    #107475
    tylerdurdenphi
    Member
    Post count: 52

    Sure see the screen shots: In the Minimal Design Style the Standard Icon Box just has a large icon at the top of the box – when you switch to Bold Design Style the Standard Icon Box now has a Circle around the Icon.

    Attachments:
    You must be logged in to view attached files.
    #107589
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You mean you want a circle over your icon like the Bold style, currently the icons are not showing because you are selecting the same color of its cycle, please change the icon colors in the page builder element and in the Color Customizer, If I am wrong, can you explain it a bit more, sorry for not understanding it.

    Let us know,

    Thanks,
    laranz.

    #109214
    tylerdurdenphi
    Member
    Post count: 52

    No the opposite. I am using the “Bold Design Style’ for the overall style of the site.
    I want there to be no circles in the icon boxes, but instead be the same exact icon boxes that are used when I select “Standard Icon Box” within the “Minimal Design Style”.

    In the above screen shot, I want the bottom set of Icon Boxes instead of the Top (all while using BOLD).

    #109347
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this Custom CSS in Theme Option.

    .bold-design .sf-icon-box-standard .sf-icon-cont.cont-large { background-color: rgba(1, 1, 1, 0) !important; }
    .bold-design .sf-icon-box-standard .sf-icon-cont > i { font-size: 83px !important; }
    

    Let us know,

    Thanks,
    laranz.

    #109577
    tylerdurdenphi
    Member
    Post count: 52

    Almost works, makes the icons smaller than they should be.

    #109598
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Then change the font size int he css Laranz provided above

    – Kyle

    #109635
    tylerdurdenphi
    Member
    Post count: 52

    I changed the 83px in the following code

    .bold-design .sf-icon-box-standard .sf-icon-cont > i { font-size: 83px !important; }

    but it just pushes the icons down, does not change the size of them.

    #109640
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .bold-design .sf-icon-box-standard .sf-icon-cont > i, .bold-design .sf-icon-box-standard .sf-icon-cont > i:before, .bold-design .sf-icon-box-standard .sf-icon-cont > span {
      font-size: 56px;
    }
    .bold-design .sf-icon-box-standard .sf-icon-cont {
      width: 56px;
    }

    – Kyle

    #109653
    tylerdurdenphi
    Member
    Post count: 52

    Seems to work, thank you.

    #109655
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register