Home Forums WoodMart support forum Create and edit blog. Reply To: Create and edit blog.

#173502

Hello,

The option in the WoodMart Extra hides the background image but does not hide the video background.

Please try this code to the Theme Settings > Custom CSS > Tablet/Mobile:

.vc_hidden-xs iframe{
  display:none;
}

Best Regards