On the subject of customization, has any attempted to change the text of the built-in "Categories" dropdown? We at Boston College are interested in using this feature to display our list of subcatalogs (we probably won't be using course-specific tags) and would like the dropdown button to read "Select Catalog" or something like that, since "Categories" is a bit too vague.
I am able to target and rename the similar-looking "Refine" button with the custom JavaScript below, but the same code targeting the "Categories" button seems to have no effect. Any ideas?
$("#search-refine-button--refine > div > div.search-refine-button__text").text("Filter/Sort");
$("#search-refine-button--categories > div > div.search-refine-button__text").text("Select Catalog");

This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.