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.
Try this one.
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!
thank you for the help