On this page are two Genesis Featured Pages widgets with the Read More (text) placed manually over the Featured image using CSS.
Here’s the CSS, Note you will need to alter as needed for your specific use.
<style>
.featuredpage {width:300px; max-width:100%;}
.featuredpage a.aligncenter {position:relative;}
.featuredpage a.aligncenter img {display:block;}
.featuredpage a.aligncenter:after {position:absolute; content:”Read More >”; bottom:0px; right:0px; background:#026CB6; color:#FFF; padding:5px;}
.featuredpage a.aligncenter:hover:after {font-weight:bold;}
a.more-link {display:none;}
</style>

