The background image on my home page doesnt move anymore

I’m using the Dawn theme and I have the option for ambient movement checked in my theme settings, but for some reason it’s stopped working and now its static. My website is linked below:

https://9g99ww8igezgur08-74826613002.shopifypreview.com

Also for my product page I’d like my product images to be next to each other with no black showing, this iis how it is now:

Also is there a way to have it so the logo leaves when you scroll on the product page? Thank you!

2 Likes

Hi @rene94

Please add those codes to your theme.liquid file, after in Online Store > Themes > Edit code to make your product images next to each other with no black showing and hide the logo when scrolling on the product page


{%- if template.name contains 'product' -%}

{%- endif -%}
1 Like

Hi, thank you for your help! Unfortunately the header logo stays whilst scrolling

Hi @rene94

Logo hides on the product page only.

I want it to hide on all pages if possible please

Please update code: