New Landing How can we help? Themeforest Theme Support Dante specify background colour for icon box

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #107142
    pbi design
    Member
    Post count: 82

    how can specify a background colour for an icon box? not the speech bubble colour, but the outer box.

    #107244
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #107431
    pbi design
    Member
    Post count: 82

    yes. exactly.

    #107435
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code bellow to the theme custom css options.

    Adjust the color of the background. This is only affecting this page that’s why I added post-12365 class in the css rule.

    
    .post-12365 .sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-box-content-wrap {
    background-color: #CCC!important;
    }

    -Rui

    #107436
    pbi design
    Member
    Post count: 82

    thanks! I actually have about 10 pages and this is the only way I am using the icon boxes throughout the site, so if I wanted it to be a global change do I just remove the .post-12365 or is it not as simple as that?

    #107442
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    if you want to be the same them use this code bellow.

    
    .sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-box-content-wrap {
    background-color: #CCC!important;
    }

    There is also other solutions like adding an extra class in the Icon Box, if you need to assign different colors.

    -Rui

    #107444
    pbi design
    Member
    Post count: 82

    I’ll use this for now. I don’t think I’ll need an extra class. thank you.

    #107518
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s fine.
    -Rui

Viewing 8 posts - 1 through 8 (of 8 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