hi guys
i want to change the height of the shop banner to 240 px and remove the parallax effect
the image behaviour shold be “scrolling”
more info in the privtate content
thank you!
greetings
richard
Hey!
Try adding this code to the Quick CSS:
#av_product_description .av-parallax {
transform: none !important;
-webkit-transform: none !important;
position: absolute;
top: 0px !important;
height: 240px !important;
}
Cheers!
Josue
perfecto! thanks!
You are welcome, glad to help :)
Regards,
Josue