[Support request] Thin colored line above footer widgets

Home Forums Support [Support request] Thin colored line above footer widgets

Home Forums Support Thin colored line above footer widgets

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #781190
    Uwe

    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!

    #781247
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Worked, thanks David!

    #781268
    David
    Staff
    Customer Support

    Glad to be of help

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