Site logo

[Resolved] How to insert a border above the header

Home Forums Support [Resolved] How to insert a border above the header

Home Forums Support How to insert a border above the header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2086835
    Data

    I want to show a black border above the header (below the browser bar)

    #2086844
    Elvin
    Staff
    Customer Support

    Hi there,

    Try adding this CSS:

    header#masthead {
        border-top: 5px solid black;
    }

    Supposed effect – https://share.getcloudapp.com/6quE8rL2

    #2086869
    Data

    Thanks for your quick support.

    #2086872
    Elvin
    Staff
    Customer Support

    No problem. Let us know if you need further help. 😀

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