Home Forums WoodMart support forum Product navigation on mobile Reply To: Product navigation 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.