Image error after scrolling down

hi,
please check out this website i’m currently working on

http://astraframe.co.uk/astra/bifold/

after scrolling down there shows an icon which is usually for when images cannot be loaded.

any idea how to stop that happening?

Hi There,

Thanks for writing in!

I can see there is a broken image come from a different website.

I am not sure if you have added this or it comes from any third-party plugins. You can delete through the cornerstone editor. If that doesn’t help please add this CSS to your theme option -> global CSS.

#x-section-1 img {
display: none;
}

Thanks

Hi,
Thanks for that, its fixed my problem!

Sean

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.