Hello :-) ,
I have a question about the product page (woocommerce). There is a preview product slider that pops up on every shop item you click. How can I remove the slider?
Thank you! Best regards,
Sylvana
Hi SecretDiamonds!
I don’t see the slider your referring to. I think what you mean is the post navigation. The two black arrows on either side of the screen that link to the next product, correct?
If so then add this to your custom CSS to get rid of them.
.single-product .avia-post-nav { display: none !important; }
Best regards,
Elliott