Site logo

Archived topic

Mobile Menu problem

3 replies · Started by Jenny on April 2, 2022

Viewing posts 1–4 of 4

Hi there,

you have this CSS:

.inside-navigation.grid-container.grid-parent {
    background-color: var(--global-color-8);
    clip-path: polygon(35% 0, 100% 0,100% 100%, 38% 100%);
}

Change it to:

.secondary-navigation .inside-navigation.grid-container.grid-parent {
    background-color: var(--global-color-8);
    clip-path: polygon(35% 0, 100% 0,100% 100%, 38% 100%);
}

I believe that is correct ? As you only want the clipped path on the secondary navigation.

Great :) thank you David 🌻

You're welcome

This archived topic is closed to new replies.