[Resolved] How to add a line above the top bar?

Home Forums Support [Resolved] How to add a line above the top bar?

Home Forums Support How to add a line above the top bar?

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

    I want to add a brown color line above the top bar (black bar). Kindly help, thank you

    #1622566
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .top-bar {
        border-top: 4px solid brown;
    }

    You can swap brown for your specific #hex color.

    #1622596
    Data

    wow, you are the best. thank you

    #1623391
    David
    Staff
    Customer Support

    Glad to be of help

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