Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #639472

    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

    #639949

    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

    #639959

    perfecto! thanks!

    #639961

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘reduce height of shop banner and remove parallax effect’ is closed to new replies.