Site logo

Archived topic

Line underneath primary navigation

2 replies · Started by Richard on May 10, 2017

Viewing posts 1–3 of 3

Hi GP,

Hopefully this will make sense...

A full width, light grey, thin line appears underneath the primary header/sticky navigation when scrolling down the page.

Two questions -

1 - Is it possible to make this appear permanently on all pages all of the time (not just when scrolling)
2 - Is it possible to change the line colour (color to those in the US!)

Hope you can help.

All best and thanks in advance,

Richard - UK

1. if you mean a border beneath main navigation too, not only beneath sticky you might try this css:

.main-navigation {
    border-bottom: 1px solid #fff; /* settings to your liking */
}

2. yes - try this:

.main-navigation.navigation-clone.navigation-stick {
    border-bottom: 1px solid #fff; /* settings to your liking */
}

hope this helps.

Brilliant! Thank you for super fast feedback - a great service!

This archived topic is closed to new replies.