Hi all,
Does anyone now how to round the corners of a video banner in the theme dawn?
Is there any way to install everything with round corners like this website?: https://www.rhodeskin.com
Thank you so much,
Kind regards,
Hi all,
Does anyone now how to round the corners of a video banner in the theme dawn?
Is there any way to install everything with round corners like this website?: https://www.rhodeskin.com
Thank you so much,
Kind regards,
Hi @roquebruntan
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
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;
}
Unfortunately it does not seem to work. Any chance you can have a look?
Please add below css code in bottom of assets/theme.css file
.video-wrapper iframe {
border-radius: 20px;
}
Thank you.