Site logo

Archived topic

Sticky Navigation

3 replies · Started by Andrew on December 14, 2021

Viewing posts 1–4 of 4

Hello, how can i change the color of the links in the sticky navigation without changing the ones in the sub menu below?

Hi Andrew,

Try this CSS:

.main-navigation#sticky-navigation .main-nav >ul > li >a {
    color: red;
}

Let me know if this helps :)

Perfect thank you!

No problem :)

This archived topic is closed to new replies.