Home Forums WoodMart support forum Hide Filters sort by

Hide Filters sort by

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

    gixstudioeu
    Participant

    Hello, how to hide filters short buy

    Popularity
    Average rating
    Newness
    Price: low to high
    Price: high to low

    This code from this forum not working

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

    Bogdan Donovan
    Keymaster

    Hello,

    Please provide us with your admin access so we can log in and check this on your end.

    Thank you in advance.

    #617591

    gixstudioeu
    Participant

    you will see information below

    #617653

    Bogdan Donovan
    Keymaster

    Hi,

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .woocommerce-ordering-list li:has([data-order*="price"]) {
    	display: none;
    }
    
    .woocommerce-ordering-list ul {
    	margin-bottom: -15px;
    }

    Kind Regards

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