At the very bottom of the page, we are showing a video, but we want border radius on this video. For some reason, even though I've set the inner and outer row radius to 15px it's still not showing on the protruding corner at the top. Any suggestions? Thanks!
You can add it using either an Extra Class or CSS Below.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.vc_col-sm-6.vc_column_container.col.neg-marg * {
border-radius: 20px !important;
}
thank you Tahir! That worked perfect. One other question regarding the same video element. I’ve been researching but can’t seem to find a way to stop the video loop. Has that option been added or is there a way to utilize custom css, or are we out of luck there?
At the very bottom of the page, we are showing a video, but we want border radius on this video. For some reason, even though I've set the inner and outer row radius to 15px it's still not showing on the protruding corner at the top. Any suggestions? Thanks!
Hey Again,
You can add it using either an Extra Class or CSS Below.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
thank you Tahir! That worked perfect. One other question regarding the same video element. I’ve been researching but can’t seem to find a way to stop the video loop. Has that option been added or is there a way to utilize custom css, or are we out of luck there?
Hey Again,
Unfortunately, the Video Backgrounds are meant to be used as a Design Element and therefore there is no such option to turn off the Autoplay Option.
Thanks
ThemeNectar Support Team