I need help removing the text-decoration of a flex child when the parent is the anchor. Despite trying various CSS code, it doesn't seem to work as expected. On my WordPress site, the underline only shows on hover, but in the jsFiddle example I created, it shows all the time. Any assistance would be greatly appreciated!
Thank you in advance for your help!
.fleximagebox_link:hover,
a.fleximagebox_link:hover,
a .fleximagebox_link:hover,
.fleximagebox_link a:hover,
.fleximagebox_link:hover a,
a .fleximagebox_link p:hover,
.image_background:hover,
.image_background:hover a,
a .image_background:hover,
.image_background.fleximagebox_link a:hover,
a .image_background.fleximagebox_link:hover {
text-decoration: none!important;
}
If you'd like to see the issue illustrated, here is the link to the jsFiddle: https://jsfiddle.net/Clare12345/th60mde3/2/