Shopify themes, liquid, logos, and UX
I am using the Dawn theme and would like to make the landing page header transparent (not white) and have full bleed images to the top of the page with white header drop down text and logo in white. Can anyone assist. This will be required on the landing page only.
Hey @0scar to make the header transparent with white menu items and logo over full bleed images
Edit the CSS:
.template-index .header-wrapper {
background: transparent;
}
.template-index .header__menu-item,
.template-index .header__logo {
color: white;
}
.template-index .header__menu-item:hover,
.template-index .header__submenu-item {
color: white;
}
.template-index .header--is-sticky {
background: rgba(0, 0, 0, 0.5);
}
3 . Make sure Full Bleed Images:
In the same base.css file, add the follo
.template-index .main-content {
padding: 0;
margin: 0;
}
.template-index .section {
padding: 0;
margin: 0;
}
.template-index .image-banner {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
Hope this helps
Thanks @conversionist - I tried this and it didn't work, my theme is in preview, as I still have a live site up with the old theme.
Hi @0scar
If you share your store URL and password with me, I will check and provide you with the solution.
Sounds good, can you provide your email and I'll set up the access and share it with you
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025