Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #392759

    Hi!

    I managed to create a hover over effect to make the icons in icon boxes change to black when hovered over with this code: .main_color.iconbox_top .iconbox_icon:hover { background-color: Black; }

    But I can’t get it to work when the Icon is linked, any ideas on how to do this?

    Thanks!
    James

    #393130

    Hey Jamesemclean!

    Please try adding !important rule as following

    .main_color.iconbox_top .iconbox_icon:hover { background-color: black !important; }

    It does work fine on my local installation

    Cheers!
    Yigit

    #393136

    Thanks Yigit, that works!

    James

    #393142

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon box hover over effect’ is closed to new replies.