Make post titles display on index page imaged - Edge Theme

London is another theme. I looked at edge.ghost.io, which might or might not be the latest version of Edge.

Try this:

.post-caption {
    display: block;
    position: relative;
    visibility: unset;
    z-index: 200;
}

You may need to tack an !important onto some of those attributes, if it doesn’t seem to be applying correctly. You’ll need additional styling, but there’s a start!

1 Like