Rudiger
Rudiger

Reputation: 6769

ListBoxField styling from CMS

I've used ListBoxField before and it works awesomely in the CMS however when I've added it to my site it's quite basic. Is there any simple way to add the CSS / JavaScript to page on my site?

Upvotes: 1

Views: 76

Answers (1)

Ryan M
Ryan M

Reputation: 437

I can't remember if ListBoxField uses chosen or not but check it out at https://harvesthq.github.io/chosen/. It offers a pretty similar experience. You should be able to include chosen js and css files on the front end and then follow the documentation to get it going.

Upvotes: 1

Related Questions