Site logo

Archived topic

Border top at the footer

5 replies · Started by Sanu Kumar on September 30, 2020

Viewing posts 1–6 of 6

How to add border-top at the footer

Hi there,

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

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

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. :)

Thanks Elvin

No problem.:)

This archived topic is closed to new replies.