In my dawn theme I need to customize the website’s footer by removing the line, i’ll attach image for reference.
Website: https://2512in.myshopify.com/
Password: 2512
Thanks in advance.
A user needs to remove a border line from the footer of their Dawn theme Shopify store. They provided a screenshot showing the unwanted line and shared their store URL with password access.
Solution Provided:
.footer__content-bottom.scroll-trigger.animate--slide-in with border: none !important;theme.liquid → Insert the CSS code under the <style> tag before the bodyStatus: The issue appears resolved, with the solution provider requesting confirmation and marking as solved if successful. Another user briefly mentioned using the Theme Editor and Liquid/CSS for footer customizations but didn’t provide specific implementation details.
In my dawn theme I need to customize the website’s footer by removing the line, i’ll attach image for reference.
Website: https://2512in.myshopify.com/
Password: 2512
Thanks in advance.
.footer__content-bottom.scroll-trigger.animate--slide-in {
border: none !important;
}
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution
Customizing the footer in your Shopify’s Dawn theme can be done by using the Theme Editor, and sometimes Liquid/CSS code for advanced modifications. I hope you got it?
hey @Sivadarshan thank you for your response if you need more help feel free to share it ![]()