Tagged: 

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

    I found a simple bug which causes some confusion to my customers: if in single product view there are arrows overlay left and right on page which let user move to next and previous products. This way user went to hidden products too. Thats not a good design. How do I solve this?

    #756949

    Hey adrianwackernah,

    Could you post a link to a page where this is happening so that we can have a close look please?

    Best regards,
    Rikard

    #756966

    Hi, yes of course:

    #757568

    Hi,

    Thanks for that. So do you want to remove them? If so then you can use the following in Quick CSS:

    .single-product .avia-post-nav {
      display:none !important;
    }

    Best regards,
    Rikard

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