Site logo

[Resolved] Create 1px thin grey horizontal line under header (menu)

Home Forums Support [Resolved] Create 1px thin grey horizontal line under header (menu)

Home Forums Support Create 1px thin grey horizontal line under header (menu)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1910067
    MMS

    Hi, Can you please tell me how I can add a 1px thin light grey line under the header i.e. before the body content?

    #1910283
    Leo
    Staff
    Customer Support

    Hi Simon,

    Try this CSS:

    .site-header {
        border-bottom: 1px solid #000;
    }

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

    If this doesn’t work, please link me to the page in question.

    Thanks!

    #1910496
    MMS

    Hi, Unfortunately, that CSS code doesn’t seem to work? See makemesustainable.com

    #1910497
    Leo
    Staff
    Customer Support

    That’s likely because you are missing a closing bracket } for your previous CSS:
    https://www.screencast.com/t/CZRgOYoNn

    #1910685
    MMS

    Thanks, That’s fixed. But the line only seems to appear on Desktop version, not mobile?

    #1910808
    MMS

    Resolved by adding the following:-
    .site-header, #mobile-header

    #1911124
    Leo
    Staff
    Customer Support

    Glad to hear 🙂

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