[ad_1]
Hi @el-molino,
I can’t see a block wrapping the embedded video on the linked page. Can you be more specific about which block you mean?
— Anders
Hi @el-molino,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.wp-block-group:has( > .wp-block-group__inner-container > .wp-block-embed-youtube ) {
border-radius: 8px;
}
Let me know if that does it.
— Anders
Yes it worked. And you’ve saved me a whole lot of time and frustration and made my daughter happy. Thank you!