Site logo

Archived topic

Post title is showing in side featured image, on category page, and not below

3 replies · Started by Soren on November 24, 2021

Viewing posts 1–4 of 4

Hi there,

you have this CSS in your Customizer > Additional CSS:

.inside-article {
    position: relative;
}

/* Latest Posts styling and effect */
.post-image+.entry-header {
    position: absolute;
    top: 10;
    left: 10;
    opacity: 0.5;
    transition: opacity 500ms ease-in-out;
}

.post-image:hover+.entry-header {
    opacity: 0.5;
    pointer-events: none;
}

Its that CSS that is positioning the title over the image

But I didn't put it there :-)
Now it's gone and looks mint.

Thanks a million David.

Glad to be of help!!

This archived topic is closed to new replies.