How do I hid the logo in the header of the homepage in the responsive theme?
Thank you,
Ann
A user seeks to hide their logo from the homepage header in a responsive Shopify theme.
Proposed Solutions:
display: none; CSS property to the logo class in the header.liquid file.logo {
display: none;
}
Current Situation:
Key Clarification Needed:
The discussion is ongoing as developers assess whether separate mobile/desktop banner images are needed.
How do I hid the logo in the header of the homepage in the responsive theme?
Thank you,
Ann
Apply display: none property to the logo class in header.liquid file in them code.
If it’s just the logo you want to hide, try something like this. In your theme editor, click on Header, then scroll on that left side all the way down to where it says Add Custom CSS. Type this in:
.logo{
display: none;
}
This will hide the logo on the header.
Did this work?
Hello @AnnKlos
Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
My site is not live yet.
Here is the URL - https://quiltycreative.myshopify.com/admin
Password: GlassKey159!
@AnnKlos
Hii I have to Check your store you are Using a complete Banner image with a logo
you change your banner image in the Mobile view or upload logo image and banner image separately
I created the banner image with the logo and pictures. That’s where I want the logo and not in the header. Are you saying for mobile I need to do something different?