Shopify themes, liquid, logos, and UX
My question is that, concept by roartheme have transparent header only when you add a video overlay on first section. but my problem is that my first section a slideshow wherein there is no transparent header enabled. here is my link https://tdrehr-zc.myshopify.com/ also i want to make the slideshow full width, like there is no spacing on the sides.
For Concept by RoarTheme, the transparent header works when there's a video overlay but doesn't apply to a slideshow by default. Here’s how to fix both issues:
Try adding this CSS in your theme’s CSS file (or inside Online Store > Themes > Edit Code > theme.css or base.css):
This forces the header to stay transparent on the homepage.
Add this CSS:
This removes extra padding/margins and ensures the slideshow spans the full width of the page.
Try adding these and let me know if you need tweaks!
Best,
Tracy from Kudosi Reviews
don't know why my previous response doesn't show up correctly but here:
opt1:
.template-index .header-wrapper {
background: transparent !important;
position: absolute;
width: 100%;
z-index: 999;
}
opt2:
.slideshow-section {
max-width: 100vw !important;
width: 100% !important;
padding: 0 !important;
margin: 0 auto !important;
}
.slideshow__slide {
width: 100% !important;
}
It didn't work 😞
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025