Hi there,
We’re working on updating our store to a new theme and have selected the Debut template to work from. Currently we use Brooklyn for our live site and if the top section of the homepage is a slideshow we’re able to make the header transparent so that our logo and nav. menu are overlaid on the slideshow, however I can’t seem to figure out how to do it in the Debut theme. Is this possible? Is it something I can do in the online editor or would it require special code?
Thank you!
Please provide website url and if your store is password protected then also provide password
@LuxeDerma
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
The url is www.luxederma.ca .
Thank you!
@LuxeDerma
Thanks for url but i need debut theme your store url
Sorry about that, I forgot it’s still in editing mode. Here’s the template preview url: https://luxe-derma-partners.myshopify.com/?fts=0&preview_theme_id=81029038124
Thanks!
@LuxeDerma
Thanks for update
Go to Online Store->Theme->Edit code
Asset->/theme.scss.liquid ->paste below code at the bottom of the file.
.template-index .site-header {background-color: transparent; position: absolute;}
.template-index .site-header__mobile-nav {background-color: transparent;}
How can I make it so that when I scroll down it stays at the top and it has a white background?
Like in this website:
https://fubu.com/
@nicoleram
Sorry for facing this issue, it’s my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
@nicoleram
thanks for details
Go to Online Store->Theme->Edit code
Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.template-index #shopify-section-header {
position: absolute;
width: 100%;
}
.template-index #shopify-section-header .site-header {
background: transparent;
}
.template-index #shopify-section-header .site-header .site-header__mobile-nav {
background: transparent;
}
Hi there Ketan
Thank you for your solution on making the header transparent. It works so well.
Unfortunately, when I click on the hamburger menu in mobile,
the menu hides behind everything and disappears
site link is https://greendesignsa.myshopify.com/ and password is troyur
your help would really be appreciated
thank you in advance!
Hello
It only makes homepage header transparent not other pages header transparent
@greendesignza
sorry for the late reply I have check its working fine now
@dumb1234
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
@dumb1234
thanks for the details, yes please add this code
Go to Online Store->Theme->Edit code
Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.template-index .site-header {
position: absolute;
width: 100%;
top: 0;
background: transparent;
}
.template-index .site-header .site-header__mobile-nav {
background: transparent;
}
.template-index .site-header .site-header__mobile-nav .site-nav a {
color: #fff;
}
.template-index .site-header .site-header__mobile-nav .site-nav__link--active .site-nav__label {
border-bottom-color: #fff;
}
.template-index .site-header .site-header__mobile-nav .icon {
color: #fff;
}
RSS
June 23, 2021, 3:46pm
18
Hi Ketan, I have used your code you provided here and it has worked nicely. The only thing is it has left a white line under the header. Can you help please?
@RSS
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
RSS
June 24, 2021, 11:01am
20