Home Forums WoodMart support forum Product navigation on mobile

Product navigation on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #152701

    horny_fungus
    Participant

    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.
    #152873

    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.

    #152881

    horny_fungus
    Participant

    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.

    #152918

    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.

    #152976

    horny_fungus
    Participant

    Works well. Thanks a lot.

    #153052

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Product navigation on mobile’ is closed to new replies.