Remove line associated with social media icon in Dawn them

I’m wanting to remove the line below the Instagram icon on a splash page I’m working on. Below is a screenshot. Whenever I remove the instagram icon, the line goes away, but I need to keep the icon but remove the line. This is in the Dawn theme.

Hi @Exley1712 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

@Exley1712

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thank you! URL: stuartgolfclub.com

@Exley1712

thanks but your store password protect

Do you need email and password?

Feel free to also send a collaborator request and I can grant you access if that is easier

Here is the pass: avahlo

sorry still figuring out how to use Shopify !

@Exley1712

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer__content-bottom {
    display: none;
}