Hey there, I have this empty section with the straight line between my product page and footer. Can someone please help me how to remove it? I´m using brooklyn theme.
Hello @bojmi ,
Please share your website URL.
Hi @bojmi ,
Hope you are well.
Follow the below steps:
- Go to Online Store->Theme->Edit code
- Assets->theme.scss.liquid
- Add the below code at the end.
- Click Save
.hr--large{
display:none!important;
}
Hope that helps.
Thanks
Hi @bojmi .
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can go to Online store => themes => actions => edit code and add this code on file theme.scss.css
hr.hr--large{
display: none;
}
Hope this answer helps.
Best regards,
Richard | PageFly
Amazing, thanks for help!
