Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #729224

    Following the closed thread ” ‘text links hovering’ appearance to change” I’ve detected that finally the given code

    .entry-content p a:hover {
        text-decoration: none!important;
        border-bottom: 1px dashed #000!important;
    }

    underline the pictures, which I wanted to avoid. You can check any post, like this one

    Pls, help again !

    #729291

    Hey Anton,

    Please try this instead:

    .entry-content p a:hover {
        text-decoration: none!important;
        border-bottom: 1px dashed #000;
    }
    
    .entry-content p a img:hover {
        border-bottom: 0 dashed #000 !important;
    }

    Best regards,
    Rikard

    #729440

    unfortunately doesn’t work

    #729732

    Hi,

    Ok, thanks for the feedback. This is the code currently being applied:

    .entry-content p a:hover {
        text-decoration: none!important;
        border-bottom: 1px dashed #000!important;
    }

    Could you try removing the !important part and then adding this as well:

    a.lightbox-added:hover {
        border-bottom: 0px dashed #000 !important;
    }

    Best regards,
    Rikard

    #729818

    Hi,

    this time it looks being ok. Pls, don’t close th thread for the moment, in order to let me come back if ever another issue appears. I’ll let know later about closing it.

    Thank you,

    #729935

    Hi,

    Sure we will keep the thread open and will wait to hear from you. Thread will be on hold and you can simply reopen it by replying :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.