Hi @barbarab123,
Let’s try adding the CSS snippet from below to “Appearance -> Customize -> Additional CSS” to see if that’ll improve the way it looks. It appears that you use NextGen’s slideshow and WooCommerce’s on the same page both of them geared by Slick slideshow that’s custom configured individually for each of the instances but they also come with global styling for some of the selectors, overriding each others’ and that’s where it conflicts.
.product-image-summary-wrap .slick-prev,
.product-image-summary-wrap .slick-next {
position: relative !important;
top: 0px !important;
display: flex !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
background-color: rgb(247, 247, 247) !important;
}
.product-image-summary-wrap .thumbnails.slick-slider>button:before {
opacity: 1 !important;
color: var(--color-gray-800) !important;
}
-
This reply was modified 2 years, 8 months ago by
Imagely.
-
This reply was modified 2 years, 8 months ago by
Imagely.
-
This reply was modified 2 years, 8 months ago by
Imagely.
-
This reply was modified 2 years, 8 months ago by
Imagely.
-
This reply was modified 2 years, 8 months ago by
Imagely.
-
This reply was modified 2 years, 8 months ago by
Imagely.