Home Forums WoodMart support forum Hide Filters

Hide Filters

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

    constantinos.rokkos
    Participant

    Hello, i want to hide the both of the filters sort by price

    Attachments:
    You must be logged in to view attached files.
    #541461

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help:

    .archive .orderby option[value="price"],
    .archive .orderby option[value="price-desc"] {
       display: none;
    }

    Kind Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)