Shopify themes, liquid, logos, and UX
Hi,
How can I make the corners sharp on this video? How do I change the border-radius? Thanks!
Hello @drakenberg
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.deferred-media__poster {
border-radius: 0!important;
}
Thanks! I needed to add this code too to make it sharp!
.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
border-radius: 0!important;
}
so it looked like this:
.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
border-radius: 0!important;
}
.deferred-media__poster {
border-radius: 0!important;
}
Hello @drakenberg
Okay, great! It's working fine now, right, dear?
Hello there @drakenberg Check out the link in the reply marked as a solution here https://community.shopify.com/c/online-store-and-theme/how-to-round-corners-of-videos-dawn-theme-cus... and I think you should be able to apply or edit that code to help you achieve what you are looking for.
Hi @drakenberg
I hope you are well. You can follow our instructions below:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there
Here is the code for Step 3:
deferred-media.video-section__media {
border-radius: 0 !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024