Home › Forums › Basel support forum › Problem with "select category" dropdown on search in category › Reply To: Problem with "select category" dropdown on search in category
August 27, 2016 at 8:56 am
#3190
Artem Temos
Keymaster
Hello,
Thank you for purchasing our theme.
Here is a code snippet that will hide all subcategories and leave only parent categories. Add it to the Custom CSS section in Theme Settings.
.search-by-category ul .children {
display: none;
}
Regards