Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #534528

    Hello. Please see the icon list on the following page.

    Kind of hard to explain what the issue is, but if you hover over the ‘Lenders’ icon and text…you’ll see that the icon and the text are links. If you hover over the ‘Program Guidelines’ and ‘Contractors’ icon list items…it’s a different experience. All icon list items have been duplicated, so the settings are the same for all 3.

    Also. I set hover text decoration to NONE across the board. For some reason it works great, except the icon list items text is still showing the text decoration.

    Thank you,
    Ryan

    #534725

    Hi Ryan,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #535148

    Seems fine now, except for the hyperlink underlines. I can never seem to get rid of them. I’m using the CSS below.

    a:hover {
    text-decoration: none;
    }

    #535285

    Hi,

    Try the following instead:

    a:hover {
    text-decoration: none !important;
    }

    Best regards,
    Rikard

    #554992

    Okay to close.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon List Weirdness’ is closed to new replies.