Hi, I’m using the Recent Posts asset and I’ve customized the CSS to make the overlay effect looks exactly like I want it. Only problem is: I had to push t <figure class=”animated-overlay”> back, therefore I lost the link to the item.
(I also modified the functions.php to make thumbnail images regular size)
Is there a way to achieve the same effect without losing the link? I guess I would need to modify the template structure, for example: having the link nested directly inside
<div itemscope class=”recent-post has-thumb carousel-item clearfix>
instead of
<figure class=”animated-overlay”>
but don’t know if that is possible, or how to do it. I’m not a developer (yet).