[Support request] How to create small line on top of copyright and footer widgets?

Home Forums Support [Support request] How to create small line on top of copyright and footer widgets?

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1510732
    Hridoy

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

    #1510773
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.