Points
1
Hi,
Store: https://pointsstore.com.au/
Theme: Brooklyn
How can I remove space and line in Newsletter section? Its the space and line between the middle text and ‘Sign Up Now’ section.
I imagine the code needs to be edited/ added to newsletter.liquid
Thanks in advance!
Hi @Points .
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.css
hr.hr--small{
display: none;
}
.rte:after{
display: none;
}
.newsletter .section-header+.section-subheading{
margin-bottom: 0px !important;
}
Hope this answer helps.
Best regards,
Richard | PageFly
1 Like