When image links are hovered over, instead of showing as aligned to the right or left, all the text around them jumps down below.
How can I disable this effect with CSS?
Thanks!
It doesn’t seem to be happening now. I’ll be working on the page more in the coming days and will keep an eye out for the issue… if we could keep this open for a little longer I’ll be back with an update. Thanks!
I’m following up on this topic, with another link – hover issue, this time with text.
When I use this code:
h2:hover {
text-decoration:underline!important;
}
I get a hover effect on all H2 headings, but I really only want the hover effect for H2 links.
When I use this, it doesn’t work.
a h2:hover {
text-decoration:underline!important;
}
Please help?
Hi,
Please try:
h2 a:hover {
text-decoration: underline !important;
}
Best regards,
Mike
Hmm, I had tried that before but when I did just now it WORKED!
Thank you Mike! :)
Sure, we can close this.
Thanks again.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike