Hi David,
the link is missing 🙂
Anyway, I got it. I was going crazy because it was not working but then I found out that… wordpress had not get the icon I put in the custom field’s post. Updating the post again did the trick 😀
About the css, I have added a class to the icon and stylized it this way:
position: absolute;
bottom: 230px;
width: 60px;
The hook is wpsp_before_title
.
The aim is to have the icon over the image (basic card style) in the top area.
Is it ( “wpsp_before_title” hook in combination with the css I showed you above) a good approach or would you suggest something better?