New Landing How can we help? Themeforest Theme Support Dante Removing the Hover effect on a Standard Icon Box

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #219355
    Jackcoldrick
    Member
    Post count: 84

    Hi guys,

    I am trying to remove the hover effects on the standard icon boxes. You can see it in action here: http://dante.swiftideas.com/shortcodes/icon-boxes/.

    I basically don’t want the background to turn blue or the border to show up blue underneath.

    Could you please advise,

    thank you,

    J

    #219374
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .sf-icon-box.sf-icon-box-standard {
      pointer-events: none;
    }

    – Kyle

    #219379
    Jackcoldrick
    Member
    Post count: 84

    Brilliant. Thanks Kyle.

    #219381
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

    #219385
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sf-icon-cont:hover{
        background-color: #fff !important;
    }
    .sf-hover .sf-icon-box-hr{
    color:#e4e4e4 !important;
    }

    Thanks
    Mohammad

    #219387
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This topic is already resolved Mohammad

    – Kyle

    #264738
    Heli
    Member
    Post count: 7

    Hello,

    I hope to do the same as the person starting this question.

    When I use

    .sf-icon-box.sf-icon-box-standard {
    pointer-events: none;
    }

    …all the links in my iconbox text area do not work. I really only want to get rid of the hover effect when the mouse is on the very icon. Is that also possible?

    Thank you very much.
    Tanja

    #264816
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .standard-browser .sf-icon-box-animated:hover .inner, .no-csstransitions .sf-icon-box-animated .inner, .sf-icon-box-animated.sf-mobile-hover .inner {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .sf-icon-box-animated .back, .sf-icon-box-animated .back h3 {
        color: #ffffff !important;
        display: none !important;
    }

    Thanks
    Mohammad

    #264920
    Heli
    Member
    Post count: 7

    Hello Mohammad,

    thank you very much for your help. The mouse pointer does not turn into a little hand any more, which is good. I also wanted to get rid of any effect on hover. Right now, the icon still changes color and there is also a line that appears under the icon (standard icon box).
    How do I get rid of the effect?

    Thank you

    #265028
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue.
    Thanks
    Mohammad

    #265061
    Heli
    Member
    Post count: 7
    This reply has been marked as private.
    #265074
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sf-icon-cont:hover, .sf-hover .sf-icon-cont, .sf-icon-box[class*="icon-box-boxed-"] .sf-icon-cont, .sf-hover .sf-icon-box-hr {
        background-color: transparent !important;
    }

    Thanks
    Mohammad

    #265097
    Heli
    Member
    Post count: 7

    It worked! Brilliant, thank you.

    Tanja

    #265105
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem, thanks Mohammad

    – Kyle

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