we can’t get this bit working
How can I put the badge on top of the image like the “New” or Featured” banner in V1?
You can also place badges op top of the image. In the Archive template, try placing the badge just above the image.
It helps if you add a special class to the badge. In this CSS example the special class is “.super-special”.
1
2
3
4
5
6
.gd-badge-meta.gd-badge-extra-large.alignright.super-special {
position: relative;
left: 50px;
top: 40px;
z-index: 3;
}