[Resolved] Border top at the footer

Home Forums Support [Resolved] Border top at the footer

Home Forums Support Border top at the footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1466299
    Sanu Kumar

    How to add border-top at the footer

    #1466307
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to the site footer or the copyright area?

    #1466328
    Sanu Kumar

    I am using the copyright area. but you can help me for both.

    #1466376
    Elvin
    Staff
    Customer Support

    Hi,

    For the whole site footer, you can use this css:

    .site-footer {
        border-top: 5px solid red;
    }

    For the copyright bar:

    .copyright-bar {
        border-top: 5px solid red;
    }

    Change the value/s to your preference. 🙂

    #1466526
    Sanu Kumar

    Thanks Elvin

    #1467896
    Elvin
    Staff
    Customer Support

    No problem.:)

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