Hello,
I have a video (player type) and the border radius in frame tab have no effect on the video ?
Why ?
How can i get rounded edges with video ?
Hello @Lyser,
Thanks for writing to us.
In order to have a border-radius you need to go to the video element —>Customize —>Element CSS.
$el .x-frame-inner{
border-radius: 10px;
}
Please feel free to change the value of the border radius. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Perfect, thx you very much.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.