Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #985522

    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!

    #985598

    Hey Moondreamer21,

    Where can we see this happening?

    Best regards,
    Rikard

    #985656

    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!

    #985697

    Hi,
    Thank you, we will keep this open.

    Best regards,
    Mike

    #986162

    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?

    #986200

    Hi,
    Please try:

    h2 a:hover {
    text-decoration: underline !important;
    }

    Best regards,
    Mike

    #986204

    Hmm, I had tried that before but when I did just now it WORKED!
    Thank you Mike! :)

    #986244

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    #988190

    Sure, we can close this.
    Thanks again.

    #988194

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Unexpected Image Link Hover Effect?’ is closed to new replies.