Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227798

    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.

    #228021

    Hi evtilsley!

    Add this on Quick CSS or custom.css:

    .woocommerce .avia-post-nav {
    display: none !important;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.