modestbranding=1 and color=white in the Embed element.To modify the modestbranding and color attributes of a YouTube video in Webflow, you will need to use custom code, as these options are not available directly through the Webflow UI. Here's how you can do it:
https://www.youtube.com/embed/VIDEO_ID?modestbranding=1&color=white
```html
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID?modestbranding=1&color=white" frameborder="0" allowfullscreen loading="lazy"></iframe>
```
VIDEO_ID with the actual ID of your YouTube video.
red or white.
To set the modestbranding and color of a YouTube video in Webflow, embed the video using an Embed element with custom URL parameters like modestbranding=1 and color=white. This customization is done via custom HTML in Webflow's Embed element.