Encountered an issue with a hover animation for a border, where all links (a href's) within the DIV become unclickable after the animation ends. Is there a way to exclude them or ensure they remain clickable at all times?
Check out this Codepen
Any feedback is greatly appreciated, thank you in advance.
Here is the structure setup:
<div class="container">
<div class="row">
<div class="col-lg-4 image-cover">
<div class="first">
<div class="read-more">
<a href="">read more>>></a></div>
<div class="date">
<p>date</p></div>
</div>
</div>
</div>
</div>
The style code is lengthy so I couldn't include it here, please refer to the Codepen for that.