Have your say in Community Polls: What was/is your greatest motivation to start your own business?

The background image on my home page doesnt move anymore

The background image on my home page doesnt move anymore

fxcity
Shopify Partner
5 0 0

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.

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:

fxcity_0-1718627436310.png

 

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

 

Replies 4 (4)

PageFly-Amelia
Shopify Partner
626 165 237

Hi @fxcity 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

Could you please share the URL link of your store so we can check it for you?

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

fxcity
Shopify Partner
5 0 0
PageFly-Amelia
Shopify Partner
626 165 237

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

<style>
@media (min-width: 750px) {
#product-grid { column-gap: 0; }
}
</style>
{%- if template.name contains 'product' -%}
<style>
.section-header.scrolled-past-header a.header__heading-link { opacity: 0; }
</style>
{%- endif -%}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

fxcity
Shopify Partner
5 0 0

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