Having issues with Dawn Theme Mega Menu ( 15.1.0 )

Hello Everyone!

I am using Shopify Dawn Theme 15.1.0. I have added image to megamenu by coding. In desktop mode it is fine but in mobile mode it looks like this. How do I fix this? Please help me. Thank you very much.

https://dream-tech-zone.myshopify.com/
Password: Admin

1 Like

Hi @dreamtechzone_5 , I think it’s missing these files in the snippets folder

1 Like

It worked. Thank you very much. One more thing, how to keep the icon left arrow in mobile mode?

1 Like

Hi @dreamtechzone_5 , Can you give me the arrow icon code?

1 Like

@dreamtechzone_5 , You only want that icon for this section, right?

This?

1 Like

@dreamtechzone_5 Yes, Exactly :heart_eyes:

<svg
viewBox=“0 0 14 10”
fill=“none”
aria-hidden=“true”
focusable=“false”
class=“icon icon-arrow”
xmlns=“http://www.w3.org/2000/svg”

When I click on the menu and back again the icon arrow shows right. Does not show on the left side.

When I click on the menu and back again the icon arrow shows right. Does not show on the left side. I want to keep it this way. But not this icon. The icon that is added to the dropdown menu.

1 Like

Hi @dreamtechzone_5 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Wow It worked! Really you are great. Thank you very much.

1 Like

@dreamtechzone_5 , No problem. Glad to help you :heart_eyes:

1 Like