Product navigation on mobile
-
Hi, please tell me how I can:
– completely disable product navigation on mobile
– disable product naviagtion hover effects on mobile (when you tap navigation arrow you can see hovered image of next product for a moment which does not make any ence on mobile)
P.S. just in case – I am writing about following function
Attachments:
You must be
logged in to view attached files.
Hello,
To disable the product navigation from mobile completely you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.single-product .woodmart-products-nav{
display:none;
}
Desktop: https://jmp.sh/RyLmXp6
Result in mobile: https://jmp.sh/j8iwoQu
Best Regards.
Thank you very much, the code works as expected.
But can you please also provide solution to only disable product naviagtion hover effects on mobile.
Most welcome,
I’m glad that the code works for you.
As you want to just disable the hover effect from nav in the mobile screens you can you can use the below CSS code in Theme Settings >> Custom CSS >> Custom CSS for mobile:
.single-product .woodmart-products-nav .wrapper-short{
display:none;
}
Do not forget to undo the previously provided custom code.
Best Regards.
Works well. Thanks a lot.
Hello,
We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Product navigation on mobile’ is closed to new replies.