Is it possible to place a quick css that would enable the next and previous post navigation tabs on the left and right of the page for blogs, but disable it for products in woocommerce? I simply enjoy that feature, but don’t want it to show for my products, just the blog. Thanks.. Gary
Hi grpetz!
Thank you for using the theme.
Please add this on Quick CSS or custom.css to remove the post navigation on products:
.single-product .avia-post-nav {
display: none !important;
}
Best regards,
Ismael
Will that work to disable the next products also?
thanks!