How can I remove a logo from my custom header?

Hi, I have created 2 header on my site. One theme provided and another i created by copying header file.

Now i want to remove logo from custom header as logo is coming in both headers.

please help

Hey @Amit27

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

here is the url

My Store (304dbd-fd.myshopify.com)

Your store is password protected, can you share your password too?

Best Regards,

Moeed

Here is the password

skorau

i want to accomplish following task

Need 2 menus like this. I was thinking for 2 header. Is there any way.?

Hey @Amit27

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thanks a Lot. It worked.

I have one more query

menu is not coming properly in custom header. Coming behind the banner.

Could you please help me in that?

I am not able to swap these header positions. Is there any way?

or we can make menu as drawer in custom header, that will also solve our purpose. I tried but i change that to drawer, menu is not coming ( displaying)

Hey @Amit27

Keep the previous code and add this new code above in theme.liquid in the end of the file

slideshow-component.slider-mobile-gutter.mobile-text-below {
    z-index: -1 !important;
}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

can we make menu as drawer in custom header?, . I tried but when change that to drawer, menu is not coming ( displaying)

Hello, I have tried your string of code to take away chart/search icons at the top right corner of my homepage, as you suggested in the theme.liquid, but it didn’t work. Maybe, am I using a theme too old (DEBUT)? My Store URL: https://martialattitude.com/

Hey @Mathias74

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Problem sorted! Super Thank YOU!

Best,

Mathias

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

can we make menu as drawer in custom header?, . I tried but when change that to drawer, menu is not coming ( displaying)

Please help me in this.

Hi, it was working fine yesterday in my demo site. But when i tried same solution in actual site, it’s not working, it’s removing header from both places while i need this should be removed from custom one.

Hi, I have created 2 header on my site. One theme provided and another i created by copying header file.

Now i want to remove logo from custom header as logo is coming in both headers. and menu should come in single line not in 2 lines.

Hi, it was working fine yesterday in my demo site. But when i tried same solution in actual site, it’s not working, it’s removing logo from both places while i need this should be removed from custom one.

Hi, I have created 2 header on my site. One theme provided and another i created by copying header file.

Now i want to remove logo from custom header as logo is coming in both headers. and menu should come in single line not in 2 lines.

Hey @Amit27

Share URL again