Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262007

    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

    #262205

    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

    #291219

    Will that work to disable the next products also?

    thanks!

    #291395

    Hi!


    @grwebs
    : What do you mean by “next products”? Can you please give us a link to the actual page? A screenshot will help.

    Cheers!
    Ismael

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