Hallo,
wie kann ich meinem Youtube Video einen border-radius und Schatten zuweisen?
Liebe Grüße,
Marco
Hey crevlon!
Thank you for using the theme!
Do you mind if we take a look at the page with the youtube video? Did you add it using the Video element on the advance builder? You can only add a box shadow but you can’t manipulate the border radius of the youtube player. Add this on Quick CSS or custom.css:
div .avia-video .avia-iframe-wrap {
box-shadow: 0 10px 10px gray;
-webkit-box-shadow: 0 10px 10px gray;
-moz-box-shadow: 0 10px 10px gray;
}
Cheers!
Ismael
Hey Ismael
the shadow i got with a own css class. So all is fine now :)
Thanks for your help.