Add Collection to Megamenu ( Shopify Urban Theme )

Hello Everyone!

I want to add more collections under the collection image in the mega menu.
There will be 4 collections per line and there will be no limit to the number of collections added to the mega menu. I am not able to add more than 4 collections now. Also, I want to remove the border line. Please help me. Thank you.

Store: https://urbanglowingstore.myshopify.com/

Password: Admin

Hi,

Hope this will help

  • At Mega menu settings increase collections per row to 4 or more
  • Open the megamenu.liquid or header.liquid file.increase collection limit
    Code example
{% for collection in collections %}
  • Adjust styling for 4 collections per row
  • Remove border line
    CSS example
.mega-menu {
    border: none;
}

Save

1 Like

Where do I paste this code?

{% for collection in collections %}