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

    Hi

    How to hide or remove woocommerce price sorting option?
    Screenshot:
    http://nimb.ws/07ZR9r

    Thanks a lot!

    #924764

    Hey HeeHA,

    Please add

    .currently-selected {
    display: none;
    }

    and let us know if it will work.

    Best regards,
    Basilis

    #924825
    This reply has been marked as private.
    #925073

    Hi,
    If I understand correctly, you would like to remove the price option:
    2018-03-10_154608
    Try this code in the General Styling > Quick CSS field:

    .product-sorting ul.sort-param.sort-param-order ul > li:nth-child(3) {
    display:none !important;
    }

    Best regards,
    Mike

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