ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
939 stars 314 forks source link

bullet points #79

Closed AdamPohl closed 9 years ago

AdamPohl commented 9 years ago

slicknav bullet point screenshot Hi is it possible to get each non-link item have a bullet point and if so how do I do this?

Thanks

ComputerWolf commented 9 years ago

@Huaraz2, all non-link items get the class .slicknav_txtnode, so you should be able to style it that way. You would simply need to set the list-style and the display to list item and it should show a bullet next to the item. http://jsfiddle.net/ComputerWolf/b3t4qL3o/

AdamPohl commented 9 years ago

Thanks for the help, it works now :smiling_imp: