We want to Remove the Filter Option from all courses page along with the "Open/Close Filter" Button .
https://snipboard.io/7T4lPm.jpg
Using the code from inspect element i think this does the work. Is there any alternative to seperately remove the filter ? as in this one the whole directory header will be hidden
.directory.course .wplms_courses_directory_header{display:none !Important;}
hi
you can use this
.wplms_courses_directory_main .wplms_courses_directory_header span > span {
display:none
}
Thanks , problem solved.
You may now close the ticket.
thanks for your confirmation
topic closed.