Site logo

Archived topic

Thin colored line above footer widgets

3 replies · Started by Uwe on January 14, 2019

Viewing posts 1–4 of 4

Hey!

I would like to add a thin colored line that separates the footer widgets from the main body of the website.

Do you know if its possible to add this?

Thanks!

Hi there,

try this CSS:

.site-footer {
    border-top: 1px solid #202020; /* change color and thickness */
}

Worked, thanks David!

Glad to be of help

This archived topic is closed to new replies.