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

    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

    #470993

    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

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