Archived topic
white line between footer and text copywriting
3 replies · Started by steven on January 6, 2022
Viewing posts 1–4 of 4
Bonjour, j'ai une ligne blanche entre le pied de page et le texte avec rédaction.
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.
Thanks you david, can i delete just for the home page ? i would like to leave it for the rest of the website.
Thanks !
Ok change that CSS to this:
body:not(.home) .site-info {
border-top: 2px solid #f4F2F2;
}
This archived topic is closed to new replies.