Is there a way to set the modestbranding and color of a YouTube video element in Webflow, either through the UI or via custom code?

TL;DR
  • Replace the default YouTube element with a custom embed element in Webflow and use a YouTube URL with parameters like modestbranding=1 and color=white.
  • Drag an Embed Element to insert the customized URL with parameters, adjust settings as needed, then publish and test to ensure changes are applied.

To set the modestbranding and color of a YouTube video element in Webflow, some customization can be applied since direct options might not be available through the UI.

1. Use Custom Embed Code

  • Replace the default YouTube element with a custom embed element in your Webflow project.
  • In the embed code, add YouTube player parameters like modestbranding=1 and color=white.
  • A sample URL with parameters would be: 

  ```

  https://www.youtube.com/embed/YOURVIDEOID?modestbranding=1&color=white

  ```

2. Customize Embed Element

  • Drag and drop an Embed Element from the Webflow components panel.
  • In the embed code area, enter your customized YouTube embed URL and ensure all necessary parameters are appended.
  • Parameters to consider:
  • ?modestbranding=1: Removes the YouTube logo from the control bar.
  • &color=white: Changes the player control bar to a white color theme, where available.

3. Understand YouTube Parameters

  • Ensure all parameters are prefixed properly with ? for the first and & for subsequent parameters.
  • Adjust parameters based on what you need in your video customization.

4. Publish and Test Your Changes

  • Publish your site to view the changes in a live environment.
  • Test the embedded video to confirm that the desired branding and color settings are applied.

Summary

To customize the modestbranding and color of a YouTube video in Webflow, create a custom embed element with the necessary video URL parameters. This method provides more control over the video's appearance and branding settings.

Rate this answer

Other Webflow Questions