Links broken in drop down menu - pipeline theme

Solved

Links broken in drop down menu - pipeline theme

julo52
Tourist
12 0 2

i have made some modifications in my css in order to move the menu under the logo (in the pipeline them)

but now links in the menu (the ones that are in drop down menu) seems to be broken.

for exemple under "CLICK & COLLECT" the first two links : PÂTISSERIES and CHOCOLATERIE do not work anymore. and again under "A PROPOS" the first two links do not work either.

does anyone know why those links are not working properly ?

 

my website adress is : https://julo-paris.com/

 

if anyone has time to have a look i'd appreciate it very much.

thanx a lot

 

Accepted Solution (1)

VIEKIN
Shopify Partner
756 92 107

This is an accepted solution.

Hi,

To solved, you can follow those steps:

Admin->Theme->Customize Code->assets->theme.css

Then add some code here:

.menu__item .header__dropdown:before{
  z-index: -1;
}

 

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513

View solution in original post

Replies 3 (3)

VIEKIN
Shopify Partner
756 92 107

This is an accepted solution.

Hi,

To solved, you can follow those steps:

Admin->Theme->Customize Code->assets->theme.css

Then add some code here:

.menu__item .header__dropdown:before{
  z-index: -1;
}

 

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
julo52
Tourist
12 0 2

thanx a lot !

VIEKIN
Shopify Partner
756 92 107

I'm happy when hear that.

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513