how can i remove the black div line in the footer and reduce the footer padding ?
1 Like
1 Like
hr.hr--large, hr.hr--small{
display: none !important;
}
@7kingodmsla
Add this code in theme.scss file
.site-footer {
padding-bottom: 0px !important;
}
Add this code in the timber.scss file
2 Likes
@7kingodmsla
Kindly like our Solution, if helpful.
Let me, know if you need any more help.
2 Likes