Home › Forums › WoodMart support forum › Hide Filters sort by Hide Filters sort by This topic has 3 replies, 2 voices, and was last updated 2 hours, 18 minutes ago by Bogdan Donovan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 29, 2024 at 9:02 am #617433 gixstudioeuParticipant 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; } November 29, 2024 at 12:17 pm #617573 Bogdan DonovanKeymaster Hello, Please provide us with your admin access so we can log in and check this on your end. Thank you in advance. November 29, 2024 at 12:42 pm #617591 gixstudioeuParticipant you will see information below November 29, 2024 at 2:01 pm #617653 Bogdan DonovanKeymaster 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 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register