Hi @roquebruntan
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css
.video-wrapper {
border-radius: 20px;
overflow: hidden;
}
A user seeks help rounding the corners of a video banner in Shopify’s Dawn theme, referencing a website example with rounded corners.
Initial Solutions Provided:
assets/theme.css file.video-wrapper element with border-radius: 20px and overflow: hiddenCurrent Status:
.video-wrapper.markup) did not work.video-wrapper iframe instead with the same border-radius propertiesTechnical Approach:
Hi @roquebruntan
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css
.video-wrapper {
border-radius: 20px;
overflow: hidden;
}