CSS styling
Release 1.3 - ...
The Faceted Search Smartlets come with a complete set of CSS styles. You can, however, use your own CSS to override the default styling:
Since the CSS and JavaScript items in the Faceted Search Smartlet use the guidelines, all styles are applied to CSS classes using the Smartlet names:
Copy Code | |
---|---|
.sml_facetedsearch { } .sml_facetedsearch_facet { } .sml_facetedsearch_filters { } .sml_facetedsearch_persist { } |
You can update a global site CSS item, and add a more specific selector:
Copy Code | |
---|---|
#my_div .sml_facetedsearch { } #my_div .sml_facetedsearch_facet { } #my_div .sml_facetedsearch_filters { } #my_div .sml_facetedsearch_persist { } |
Another approach is to add a skin to the Smartlets.