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
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.