Home Forums Basel support forum Need some help

Need some help

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

    news8
    Participant

    Hello,

    I need some help for several points :

    1) I used the scroll layout for the product page, but I want all the images are display directly and not when we scroll, because I reduced the size of the images and I put them 2 per row, and with that config when we arrive on the product page we see only one image and not the other, we have to scroll to see the other images and I don’t want that, how can I remove that ?

    2) The wishlist in the product page, I want it in a black box, how can I do that (like in the picture below) :

    3) I disabled the comparator in the shop section from the theme options but it’s still shere in the product page, I don’t want the comparator fonctionnality :

    4) when we put a video background in a row, this video is not displayed below the 767px, the background turn to a black background-color

    thnk you for your help.

    #114487

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. Please provide your site URL so that we could check if it is possible to correct with CSS as well as product page URL. If your site is under maintenance, provide your site admin access.

    2. We shall check if it is possible

    3. Navigate to Plugins and deactivate the Compare plugin there.

    4. This is WP Bakery feature and our theme does not influence that.

    Best Regards

    #114645

    news8
    Participant

    Thank you I fixed the 3, and I found an alternative for the 4.

    For the 1 and 2 I’ll put the link in the private content.

    #114717

    Hello,

    1. Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-design-sticky .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
        transform: none!important;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -o-transform: none!important;
        opacity: 1!important;
    }

    2. It is not possible to do with CSS code.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)