Re: Round corners video banner dawn

How to round corners of a video banner in Dawn theme?

roquebruntan
New Member
5 0 0

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, 

Replies 7 (7)

ExpertRookie
Shopify Partner
1518 249 321

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.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help.
roquebruntan
New Member
5 0 0

Denishamakwana
Shopify Partner
1408 173 231

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on [email protected] | Shopify Design Changes | Custom Modifications In to Shopify Theme
roquebruntan
New Member
5 0 0
ExpertRookie
Shopify Partner
1518 249 321

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;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help.
roquebruntan
New Member
5 0 0

Unfortunately it does not seem to work. Any chance you can have a look?

Denishamakwana
Shopify Partner
1408 173 231

Please add below css code in bottom of assets/theme.css file

.video-wrapper iframe {
           border-radius20px;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on [email protected] | Shopify Design Changes | Custom Modifications In to Shopify Theme