Topic summary
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:
- Add CSS code to
assets/theme.cssfile - Target
.video-wrapperelement withborder-radius: 20pxandoverflow: hidden
Current Status:
- First suggested solution (targeting
.video-wrapper.markup) did not work - A refined solution was offered: target
.video-wrapper iframeinstead with the same border-radius properties
Technical Approach:
- Navigate to Themes → Edit Code → Assets → theme.css
- Add CSS snippet at bottom of file
- The discussion remains open as the effectiveness of the second solution has not been confirmed