Site logo

Archived topic

Add colored border to an embedded Youtube video

1 reply · Started by Matteo on November 4, 2021

Viewing posts 1–2 of 2

This is the site.

The video is in the home page.

How to do?

Thanks.

Hi there,

try this CSS:

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    border: 4px solid #f00;
    box-sizing: border-box;
}
This archived topic is closed to new replies.