Edit
The html and css for the site I am working on can be found at http://http://new.oranaschool.com/
/Edit
I am trying to remove the bullets showing in the top horizontal menu (Home...Contact). I have tried the advice given in Removing "bullets" from unordered list <ul> but still the bullets persist.
Can someone have a look at the CSS and tell me what I need to add to which CSS class? This has been driving me nuts now for a couple of hours.
You can remove bullets by using list-style-type to none on the CSS for the <ul> element, for example:
ul
{
list-style-type: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With