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 !
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
unfortunately doesn’t work
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
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,