Site logo

Archived topic

Custom sticky menu

3 replies · Started by Carlo on December 16, 2019

Viewing posts 1–4 of 4

Hi there,

try this CSS to change the sub menu and text colors when the nav is sticky:

.main-navigation.is_stuck .main-nav ul ul li {
    background-color: #fff;
}

.main-navigation.is_stuck  .main-nav ul ul li a {
    color: #000;
}

Thanks!!!

You're welcome

This archived topic is closed to new replies.