How to remove non social media link from footer

I have a Grailed link in the footer of the website but the link was not placed from theme settings → social media. How can I remove it?

I do not know how it was placed.

Hi,

Please share your store url so that we can share the required css to remove it.

Hi @ypcollective

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
li.list-social__item a[href="https://www.grailed.com/ypcollective/"] {
    display: none;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

https://ypcollective.com

thank you for the help