Site logo

Archived topic

Post format icon overlay in loop

6 replies · Started by Daniel on January 16, 2023

Viewing posts 1–7 of 7

Sorry, I'm still not sure what you're referring to as the post-format icon overlay from your screenshot.

Are you referring to the category buttons? If not, can you clarify a bit more on which it is?

Fernando, it is very clear.
The theme has several post formats (standard, quote, audio, video, etc.). What I need is that all post using the video post format show a video play icon over the image in the loop as in the screenshot and the sample website.

Nevermind, I figured it out myself.
For those interested, this is the code:

.format-video .post-image:before {
content: '?';
position: absolute;
top: 37%;
left: 41%;
color:#fff;
Font-size:34px;
text-align:middle;
border:3px solid #fff;
padding:0 10px 0 12px;
border-radius:50%
}

.format-video .post-image {
position: relative;
}

I see. Glad you resolved it!

This archived topic is closed to new replies.