Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there! I wish to remove 2 grey lines that appeared on my footer. I believe they happen to separate sections. I hate also that my copyright line is not in line with the footer menu. How can I remove these?
My url: www.joanadarq.com. The theme is dawn.
Solved! Go to the solution
This is an accepted solution.
Hello @joanadarq
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you:
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid theme file
3. Paste the below code before </body>:
<style>
#shopify-section-footer .footer__content-bottom{
display: none;
}
</style>
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
This is an accepted solution.
Hello @joanadarq
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you:
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid theme file
3. Paste the below code before </body>:
<style>
#shopify-section-footer .footer__content-bottom{
display: none;
}
</style>
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
I have tried this and so many other options but hasnt worked
I've tried too and it doesn't work. Trying from Dawn theme
I have also tried all the suggestions on this help guide, but nothing seems to work. I am using the Ride Theme.
Any help or suggestions would be much appreciated.