Okay
  Public Ticket #2999448
Remove 'Prev' and 'Next' links on category and product pages
Closed

Comments

  • whittakerbianca started the conversation

    How can I remove the prev and next links on the category page, but keep the numbered pagination? 

  •  866
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .tax-product_cat .o-pagination .o-pagination__arrow {
        display: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • whittakerbianca replied

    Hello,

    I have already tried this code, and I don't like it, as the numbered pagniation is in a .col-8. so it aligns itself to the left hand side. 

    This needs to be centred, see screenshot.

  •  866
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .tax-product_cat .o-pagination .o-pagination__arrow {
        display: none !important;
    }
    .o-pagination ul.o-pagination__numbers {
        flex: 100% !important;
        max-width: 100% !iportant;
    }

    Feel free to ask for anything you need.

    Kind Regards