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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024