Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .single-product-content .product-images .thumbs-position-bottom .owl-nav {
top: -56px;
right: 64px;
bottom: auto;
}
The main gallery and thumbnail gallery are two different blocks. If you want to show the navigation on the main gallery add this custom:
.woocommerce-product-gallery__wrapper .owl-nav {
display: block !important;
}
body .single-product-content .thumbs-position-bottom .woocommerce-product-gallery__wrapper .owl-nav {
bottom: 14px;
right: 70px;
}
If you want to remove the navigation on the thumbnails, add this code:
body .single-product-content .thumbs-position-bottom .thumbnails .owl-nav {
display: none;
}
If you have any questions please feel free to contact us.
Best Regards
Best Regards