[Resolved] How to put a line beneath menu bar

Home Forums Support [Resolved] How to put a line beneath menu bar

Home Forums Support How to put a line beneath menu bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #561166
    Mike

    Hi all,

    I’m hoping to put a colored line beneath my header/menu bar as they’ve done on this site.

    If you could provide some direction on how to accomplish that I’d really appreciate it! Thanks in advance.

    #561447
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .main-navigation {
        border-bottom: 1px solid #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #561455
    Mike

    That worked perfectly, thank you!

    I apologize for reposting my question. I couldn’t find the original and thought it must have not posted.

    #561456
    Mike

    Is it possible to also make it appear on mobile?

    #561468
    Mike

    Sorted it out, thank you!

    #561499
    Leo
    Staff
    Customer Support

    No problem!

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