New Landing How can we help? Themeforest Theme Support Uplift Icon Grid rollover colour change (from accent)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #271418
    anton123
    Member
    Post count: 67

    Hi there, I use the icon grid with a photo background and want to keep the rollover colour as white. I’ve tried below css with no luck.

    .spb_icon_box_grid[data-colour=”light”] .spb_icon_box, a:hover, a:focus {
    color: #ffffff!important;
    }

    .spb_icon_box_grid .box-link, a:hover a:focus {
    color: #ffffff !important;
    }

    Please advise how to achieve this

    Thanks

    #271435
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try this:

    .spb_icon_box_grid .spb_icon_box .divider-line {
      background-color: #ffffff !important;
    }
    .spb_icon_box_grid .spb_icon_box:hover h3, .spb_icon_box_grid .spb_icon_box:hover .grid-icon-wrap i.sf-icon {
      color: #ffffff!important;
    }
    .spb_icon_box_grid .spb_icon_box:hover .outline-svg svg path {
      stroke: #ffffff!important;
    }

    – Kyle

    #271442
    anton123
    Member
    Post count: 67

    Thanks Kyle, you rock!

    #271445
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register