[Resolved] How to create line under HEADER

Home Forums Support [Resolved] How to create line under HEADER

Home Forums Support How to create line under HEADER

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #270539
    Miguel

    Tom,

    How are you today?

    How can I create a black (1 pixel) line under the header? Something that would appear on everypage. Can I edit this somewhere?

    Many thanks!

    Miguel

    #270542
    Leo
    Staff
    Customer Support

    Hi Miguel,

    Add this CSS:

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

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

    Let me know.

    #281270
    salva

    That was helpful! Thanks

    #281324
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

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