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
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
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;
}
Hi,
Try the following instead:
a:hover {
text-decoration: none !important;
}
Best regards,
Rikard
Okay to close.