Video Element Stylings

For reference, see Video under Website Column Content for more information on the element itself.

To add custom CSS to the current element (which applies to the current element only), you would use the standard Advanced Styling functions and features for that specific element.

Hide Background Controls

To hide video controls "background" if appearing behind video (mobile portrait aspect ratios?).

div.movie iframe {
  background: none !important;
}

WARNING

(advanced) options may not be supported under all plans.


Last reviewed: February 2023
VideoElementStylings
/advanced/adding_custom_css/current_element/column_video/
advanced
adding_custom_css
current_element
column_video
Video Element Stylings