How can I insert logo to drawer menu on mobile

Solved

How can I insert logo to drawer menu on mobile

Alexdontero
Excursionist
22 0 6

hello,

I need help with inserting my logo to menu drawer on mobile version of my store. I had it before but from unknown reason it disappeared. Here's exact place where I want to insert it 

Alexdontero_0-1740305043989.png

So basically when someone opened the menu the logo is showing in the left corner of the screen.

And that's a logo that I want to put into this place:

LOVYZONE.png

I would be grateful for help

Accepted Solution (1)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @Alexdontero,

Please follow this guide:

a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag

theme-liquid.png

d. Add follow code, it can be fix your problem for mobile

<style>
@media (max-width: 749px) {
	.section-header.menu-open .header__heading{
		visibility: visible !important;
	}

	.section-header.menu-open .header__heading .header__heading-link {
		visibility: visible !important;
	}

	.section-header.menu-open .header__icons {
		width: 0;
	}
}
</style>

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease

View solution in original post

Replies 2 (2)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @Alexdontero,

Please follow this guide:

a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag

theme-liquid.png

d. Add follow code, it can be fix your problem for mobile

<style>
@media (max-width: 749px) {
	.section-header.menu-open .header__heading{
		visibility: visible !important;
	}

	.section-header.menu-open .header__heading .header__heading-link {
		visibility: visible !important;
	}

	.section-header.menu-open .header__icons {
		width: 0;
	}
}
</style>

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease
Alexdontero
Excursionist
22 0 6

@FrankyGiap Thanks it helped but how can I add this logo there:LOVYZONE.png