Shopify themes, liquid, logos, and UX
Hello,
I've been looking for a solution to replace the banner image with a video on the Dawn theme but haven't found anything that works.
I don't want to simply include a video, I want to make it a banner with the Title, subtitle and buttons.
I also want to have it in two formats, one for computer and one for mobile.
Today I have these two CSS codes that I've added to two banners with images on the home page to have two distinct formats:
@media screen and (max-width: 750px) {
.banner,
slideshow-component {
display: none;
}
}
and
@media screen and (min-width: 750px) {
.banner,
slideshow-component {
display: none;
}
}
Here is the link of my website : ancestraathletes.com
(it's under construction)
Thank you for your help!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025