Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #581229

    Hi,
    Can you please tell me how to remove the effect that happens when hovering on icons?
    I’m talking about the features icons we have at the middle of our homepage (sent privately)

    I tried everything ! :)

    Thanks!

    Eran

    #581232

    Hi erantdo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.iconbox_icon:hover {
        color: white!important;
    }

    Cheers!
    Yigit

    #581289

    Thanks Yigit!
    But can we just disable any hover effect? just make the icon stay the same:)

    #581296

    Hey!

    Please add following code to Quick CSS instead

    a.iconbox_icon:hover {
        background: white!important;
    }

    Regards,
    Yigit

    #581313

    thanks, but i just want the icons to remain the same, no effect and no nothing. is that possible..?

    #581497

    Yigit? :)

    #582020

    Hi,

    Please try the following instead:

    .main_color .iconbox_top a.iconbox_icon:hover {
        background-color: white !important;
        color: #81d742 !important;
    }
    

    Regards,
    Rikard

    #582241

    Perfect !!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘remove hover effect when hovering on icon box’ is closed to new replies.