Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other [WORDPRESS] Featured images does not link to single page Re: [WORDPRESS] Featured images does not link to single page

#138434
luchid
Participant

In order to allow click under the overlay, I added a class to the image link and gave this style:
> .image link {display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-indent: -9999px; }

Also, to the image itself and to the .work figure:hover dl I added display: block.
Though I think I complicated myself, it works.
Thanks for helping me figure out.