Shopify themes, liquid, logos, and UX
Hi, I'm trying to add my logo onto the Debutify theme. I select "transparent background" for my desktop header display but it still stays with the default font of the theme.
It isn't until I scroll down that I can see my uploaded logo properly. Is there any html fix to this?
can you please share the store URL?
Please share store URL!
Thanks!
Sent emails
you can share your website URL here so I can give you code to implement for header transparent background? @JiaTzengWang
URL: sleepezzentialz.myshopify.com
pass: sunny123
Please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/theme.scss.liquid-->paste below code at the bottom of the file.
.site-header__logo .inverted-logo {
display: none !important;
}
Thanks!
This works pretty well as it removes the default text font logo on the homepage. But it does not display the logo until user starts scrolling.
I've done some work on the HTML wondering if the scripts affect each other.
//mobile transparent header
@media only screen and (max-width: 569px)
{
.header-section .header-container .product-form__cart-submit {
position: absolute !important;
}
.site-header .product-form__cart-submit {
background-color: transparent !important;
}
.is-scrolling .site-header .product-form__cart-submit{
background: #6d6892 !important;
}
}
//remove header divider line
.site-header {border-bottom: none;}
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