[Resolved] hide drop-down menu options

Home Forums Support [Resolved] hide drop-down menu options

Home Forums Support hide drop-down menu options

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #993991
    Gisbert A.

    I’m using your template with woocommerce and when I do a search I get a dropdown that puts “Per page”, which gives you to choose how many products I want to see.

    I need it not to appear on screen.

    However, there is another drop-down menu to show by categories, and this one I do need to appear on screen. Do not remove both.

    You could tell me how to do it. Thank you

    #994000
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try this CSS?

    .products-per-page {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #994005
    Gisbert A.

    Thank you very much, it’s all arranged.

    A simple solution and yet I had not thought of it.

    #994007
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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