New Landing How can we help? Atelier Icon Hover Color wont change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #208391
    altious
    Member
    Post count: 180

    Hello I have tried to change the Icon hover color in Customize and Swift plugin but the hover still wont change

    As you can see here below latest products there are 3 icons the hover is dark grey but I want #fff instead

    #208395
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css.

    .minimal-design .sf-icon-box-standard .sf-icon-cont:hover .sf-icon, .minimal-design .sf-icon-box-standard.sf-hover .sf-icon-cont .sf-icon {
        color: #fff!important;
    }
    

    Done this by mistake but it looks good IMHO
    https://www.dropbox.com/s/6ta39cabsvfdcvq/Screenshot%202015-08-28%2011.36.56.png?dl=0

    achieve it using this css code and don’t use the above one.

    .minimal-design .sf-icon-box-standard .sf-icon-cont:hover, .minimal-design .sf-icon-box-standard.sf-hover .sf-icon-cont {
        background-color: #fff!important;
    }

    Hope it helps.

    -Rui

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