Site logo

Archived topic

How to create small line on top of copyright and footer widgets?

1 reply · Started by Md. on October 30, 2020

Viewing posts 1–2 of 2

How to create small line on top of copyright and footer widgets?

Hi there,

try adding this CSS to add the same color top border to the top of the footer widgets and copyright:

.site.footer-widgets,
.site-info {
    border-top: 1px solid #ccc;
}
This archived topic is closed to new replies.