My Products Images Are Showing Up In My Footer

My Products images are 1. showing up in my footer and 2. are gigantic and i am unsure how this happened as I haven’t messed with the footer once and I am unsure how to fix this.

My website is https://worshipped.store/

password is: ifuhavethispasswordurnuts

1 Like

@worshipped

.product-media-modal__dialog {
    display: none !important;
}

Add this code in the bottom of base.css file

thank you

@worshipped ,

product image is on page content not in footer.

you need to add the content on footer.

only one product is showing have image & title…

That was ALMOST the solution.

The issue was, that the images were trying to cast a shadow but somewhere in my code, i might’ve messed up by removing a “}” somewhere or a simple line of code.

The solution was just this

.global-media-settings--no-shadow {
display: none;
}

so simple yet, i missed it every time.