-
I'm customizing the menuSelect widget. I'm having trouble styling the dropdown, the trouble is I cant see the classes used for the dropdown. Can you supply with the css code to access the dropdown css class items so I can style it. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
the css class names are documented here: https://www.algolia.com/doc/api-reference/widgets/menu-select/js/#widget-param-cssclasses and the html output is here: https://www.algolia.com/doc/api-reference/widgets/menu-select/js/#html-output |
Beta Was this translation helpful? Give feedback.
-
I cant access the classes via chrome inspector. The references don't give me any guidance with regards to customizing the css code. There must be an example out there somewhere that shows examples of these widgets styled differently to the default. |
Beta Was this translation helpful? Give feedback.
-
I can style the menu, but not the hover. in your example above the 'See all' when your hovering. What class would I target to change color of blue backgorund? |
Beta Was this translation helpful? Give feedback.
-
I have used the following connectMenu example in my project but i get the following error Uncaught TypeError: e.widgetParams.containerNode.html is not a function I have outputted the MenuRenderingOptions and the html function is not there. Can you help? |
Beta Was this translation helpful? Give feedback.
-
it gets further now the to the map command and I get the following Uncaught TypeError: Cannot read property 'map' of undefined. I don't know why? Could you send me the v4 doc example version. |
Beta Was this translation helpful? Give feedback.
the css class names are documented here: https://www.algolia.com/doc/api-reference/widgets/menu-select/js/#widget-param-cssclasses
and the html output is here: https://www.algolia.com/doc/api-reference/widgets/menu-select/js/#html-output