[Resolved] Line underneath primary navigation

Home Forums Support [Resolved] Line underneath primary navigation

Home Forums Support Line underneath primary navigation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #316233
    Richard

    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

    #316240
    dasigna

    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.

    #316246
    Richard

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.