Changing icon feature hover color

  • In Progress
    Posted in: Highend WP Theme  
  • Customer
    exelexys
    July 29, 2015 at 6:33 am #50685

    How can the the hover color of the Icon Feature element be changed?

    Instead of showing the inverse of the icon on hover, I would simply like to change the color of the icon, the circular border, and short line underneath to another color.

    This CSS seems to control the Icon Feature color:

    .feature-box i.ic-holder-1 {
        color: #00467e !important;
    }
    .hb-icon-container, .feature-box i.ic-holder-1 {
        border-color: #00467e;
    }

    But this CSS alone doesn’t seem to do the trick:

    .feature-box:hover i.ic-holder-1 {
        background-color: transparent !important;
        color: #826ea0 !important;
        border-color: #826ea0 !important;
    }

    Also, how can the Icon Feature be changed so the color changes only when hovering over the icon, not the entire element?

    Thanks!

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.