I would like to display my menu without the bullet next to each line. Can anyone point me int he right direction?
Thanks
Ed
I would like to display my menu without the bullet next to each line. Can anyone point me int he right direction?
Thanks
Ed
Hi Ed, You'll need to remove those bullets in the CSS.
something like..
#menu ul {
list-style-type:none;
}
It doesn't have much to do with this plugin, but how you wish to display it using CSS.
All the best.
This topic has been closed to new replies.