Tagged: woocommerce
Can anyone tell me how to remove these directional tabs on the far right and left side of a browser page which seem to cycle through products?
WooCommerce browser navigation tab" />
They only seem to become active on hover over with a mouse, but they seem to have no logic in how they cycle through product in the catalogue.
Hey craigriches,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-product .avia-post-nav { display: none!important; }
Best regards,
Jordan
Thanks Jordan
Worked perfectly!