Hi.. is there a way to disable the side links that get generated. Ideally not from whole site, but from a woocommerce shop section. The sizing is messed up & I’m happy to live without them, insteady of trying to fix.
Hi evtilsley!
Add this on Quick CSS or custom.css:
.woocommerce .avia-post-nav {
display: none !important;
}
Cheers!
Ismael