Re: How to remove annoying grey lines on footer

Solved

How to remove annoying grey lines on footer

joanadarq
Excursionist
27 0 2

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.

 

print.PNG

Accepted Solution (1)

GemPages
Shopify Partner
5625 1261 1243

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.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 4 (4)

GemPages
Shopify Partner
5625 1261 1243

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.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
merri
Visitor
2 0 0

I have tried this and so many other options but hasnt worked

 

merri_0-1685445845850.png

 

HELDERWRLD
Explorer
129 0 8

I've tried too and it doesn't work. Trying from Dawn theme

AndrewGowdy
Tourist
7 2 3

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.