Parallax Background Palo Alto theme

Parallax Background Palo Alto theme

lbmedia1
Excursionist
37 3 4

Hey! Looking to make my banner image parallax.

Current CSS, which isn't working:
.banner-image__image {
background-attachment: fixed !important;
}

URL: https://b5737e-76.myshopify.com/
password: nuldis

Would love some help from the community! thanks!

Replies 2 (2)

PageFly-Theodor
Shopify Partner
691 86 105

Hi @lbmedia1 


This is Theodore from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.banner-image__image {
background-attachment: fixed !important;
}
</style>

Hope this can help you solve the issue

 

Best regards,

Theodore | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

lbmedia1
Excursionist
37 3 4

Didn't work!