Site logo

[Resolved] white line between footer and text copywriting

Home Forums Support [Resolved] white line between footer and text copywriting

Home Forums Support white line between footer and text copywriting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2071473
    steven

    Bonjour, j’ai une ligne blanche entre le pied de page et le texte avec rédaction.

    #2071508
    David
    Staff
    Customer Support

    Hi there,

    in the Customizer > Additional CSS you have this:

    .site-info {
        border-top: 2px solid #f4F2F2;
    }

    delete that CSS to remove the white line.

    #2071611
    steven

    Thanks you david, can i delete just for the home page ? i would like to leave it for the rest of the website.

    Thanks !

    #2071695
    David
    Staff
    Customer Support

    Ok change that CSS to this:

    body:not(.home) .site-info {
        border-top: 2px solid #f4F2F2;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.