Okay
  Public Ticket #148155
How do I remove rollover states for icon?
Closed

Comments

  • Judson started the conversation
    I do not need the rollover function for the icons on this page. How do I remove?
  •  1,069
    ThemeNectar replied

    Hey Judson, you would have to delete all :hover events that occur in the style.css and colors.php file (located in the css folder) related to:

    .icon-3x

    in order to unbind that.

    Cheers!

  • Judson replied

    Thanks for the responses!

    Do I need to create a child theme to do this?  Or, can this be done in the additional CSS fields?

  •  1,069
    ThemeNectar replied

    You're welcome & sorry for the delay! 3.0 caused a larger than normal queue to build :)

    It would honestly be tricky to do in the custom css box since it would require a lot of selectors to ensure the hover state doesn't become active. 

    Cheers!

  • Judson replied

    it is a bit odd to have the rollover state in my opinion but i suppose if the links were clickable then it would make more sense.  i'll just leave as is. thank you!