[Resolved] Add 2px color line directly under primary navigation

Home Forums Support [Resolved] Add 2px color line directly under primary navigation

Home Forums Support Add 2px color line directly under primary navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #213041
    Craig

    Tom –

    Fantastic product as always. Quick question – how would I add some CSS to create a line right below my primary navigation (runs 100% width). Can’t seem to figure where to place the CSS. Do I create a colored border?

    Thank you,
    Craig

    #213079
    Tom
    Lead Developer
    Lead Developer

    You could do something like this:

    .main-navigation {
        border-bottom: 2px solid #222222;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know if you need more info 🙂

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