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

    Hi there,

    I am trying to change the color of the hover effect on icons in icon boxes to hover red with the icon color changing to white on hover. I tried some of the other solutions in these forums with no luck.

    The page is https://hmddev.eight18.net/quote

    I have already set up a custom CSS class on these as .icon-red-hover

    Would you be able to provide some guidance?

    #1082182

    Hey danieloliverio,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .icon-red-hover a.iconbox_icon:hover {
    background-color: red !important;
    }
    .icon-red-hover a.iconbox_icon:hover:before {
    color: #fff !important;
    }

    Best regards,
    Mike

    #1082813

    This worked! Thanks so much, Mike!

    #1082910

    Hi danieloliverio,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon Box Custom Color Hover Effect’ is closed to new replies.