[ad_1]
I have tried clearing cache, turning off and on CSS dynamic settings along w/ purging cache and trying to locate the item in my inspector, but couldn’t find the item. How do I remove this black box? I also provided a link to the site if that helps.
[https:\/\/movementtowardchange.org\/](https://preview.redd.it/9537drkpb7kc1.png?width=1060&format=png&auto=webp&s=abda1b2260f99f0b5126115b3269fa1b0f8a57fc) [ad_2]
If I inspect your website, there’s an (empty) Instagram icon loaded after your opening body tag.
I’m not sure why it’s there. But if you can’t find it and remove it manually, you could hide it with CSS like this:
body>.fab.fa-instagram:first-child {
display: none;
}