Hi,
Logo is not showing in our header.
I’ve commented the menu and cart + search items of the header in the code so as to have them hidden but I would like the logo to display.
Could you please help with this?
Our store is getprete.com and our theme is Alchemy.
Thanks
Aurore
Hi @aurore_prete
I think you comment the logo code by mistake.
Thank you for your reply!
Would you be able to tell me where the mistake is specifically?
I’ve tried removing the comments and leaving the other header items
untouched but they appear and the logo still does not.
Happy to hear your thoughts!
Thank you so much
@aurore_prete
can you please share code for your header.liquid file?
Hi @aurore_prete ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/styles.css->paste below code at the bottom of the file:
.pageheader .logo {
display: block !important;
max-width: 100px !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
THANK YOU SO MUCH for your help, this actually helped me find the line of code I had inserted a while back and that was blocking the logo!
Thank you so much for your prompt response and assistance, a solution was found below!
Best
1 Like