Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25210

    Ive seen on other themes an effect where the icon changes color during a rollover. Ive actually seen it more complex than that too with the icon discs rotating too but for me a simple rollover color change would be enough. It would also act as a mouse down link to another part of the WP site. Possible without going into JS?

    Ive looked everywhere to find either code or a plugin but havent had much joy.

    Cheers

    Andy

    #126128

    As a footnote – I meant the font icon inside a disc where either the background of the disc changes color or the icon font changes color

    Cheers

    #126129

    Hi Andy,

    Yes, generally you could use something like:

    .iconbox_icon.heading-color.avia-font-entypo-fontello:hover {
    color: black;
    cursor: pointer;
    }

    For a icon on top of an iconbox. It would need to be done with targetted css to make it only happen some places or on other instances.

    Regards,

    Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Entypo Icon Rollover – Color change effect’ is closed to new replies.