Hello,
I have this all working on one of my sites, but for some reason, I can’t figure out what I did or how to do it on another website!
I am trying to display links within text boxes without an underline, but upon hovering, the link displays an underline.
Should be pretty simple, but I just can’t get it.
Thanks for your help!
Hey msg8891,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
The site is a work in progress right now, but the link is below.
The link in question is the “Read More” link.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av_textblock_section p a {
text-decoration: none;
}
.av_textblock_section p a:hover {
text-decoration: underline;
}
Best regards,
Rikard
Unfortunately, that did not fix it. The issue still persists.
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Yes, I’ve done both. It actually appears that the links aren’t doing any hover actions. I changed the hover colors just to test and nothing happened.