Trying to remove inline-nav from shop page.

Hi There

Im trying to remove the second navigation that pops up when you enter the store. Ive tried to add multiple codes to resolve the issue but i cant seem to get it sorted.

This is the part that seems to be causing the issue but i cant seem to find where to get rid of it.

Please assist me:

https://bigsistersfashion.myshopify.com/

password: Dieutje

Thanks in advance.

Can you send some screenshot which one is?

It

It is the area underneath the main avigation.

So you see the titel of the collection BROEKEN and then in black you see all the collections pop up.

that is the part that i want gone.

Hi, @DJS-b

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
div.collection ul.inline-nav.inline-nav--inline-nav{
    display: none !important;
}

Thank you so much!