I am feeling incredibly desperate as I have spent hours searching the internet for a solution with no success.
When it comes to text links, I have included the following CSS code:
a:hover img {
border-bottom: none !important;
}
However, this code is also causing a thick black underline on linkable images which is ruining the overall appearance of my website.
Is there a way to remove the border-bottom on linkable images when they are being hovered over using CSS?
I have tried various codes but have been unsuccessful in resolving the issue:
a img, a:hover img {
border-bottom: none !important;
text-decoration: none !important;
}
So far, nothing has worked!
I would greatly appreciate any assistance with this problem. While it may seem like a small detail to some, it means everything to me.
Thank you in advance!
To better understand the issue, please take a look at:
The logo in the left fold-out menu is also affected by this problem.
Best regards
m