how to remove footer div line and shrink padding to footer - brooklyn theme

how can i remove the black div line in the footer and reduce the footer padding ?

1 Like

site url

https://7kingdomsbar.myshopify.com/

site password

godgod24

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