Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1041128

    I need to show more in hight of the image at the top of the shop page.

    #1041523

    Hey Alan,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.woocommerce-page #av_product_description .av-parallax {
        transform: none!important;
    height: 400px !important;
    }
    #top.woocommerce-page #av_product_description .av-parallax-inner {
    height: 340px !important; 
    }
    #top.woocommerce-page #av_product_description .av-section-color-overlay-wrap {
    height: 400px !important;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 60px !important; 
    }
    

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.