Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Creating HTML Content Include External CSS

Bullet points not going away...

I cannot get the bullet points on the navigation list to go away. Im already 13+ lessons past this and had to back track and try to find the change. He has bullet points before including the normalize.css file to his project, after that they go away. I read another question with a reply that read "the first lesson removed bullet points but not any more".

I tried using "list-style: none;" or "list-style-type: none;" on the css nav property, then on the anchor property, and then finally in the header property. These stupid bullet points wont go away....am I missing something?

2 Answers

Ashley Franklin
Ashley Franklin
17,633 Points

When you say the nav, do you mean a class, like .nav? If so, you just need to give the list-style-type: none; to the actual list, so ul or ol :)

blaaah I just fixed it. I gave the ul an id and added the "list-stype-type: none;" to it. I dont know why it wouldn't change when adding to other parts of the code. I had the code copied word for word, might have been my browser. Thanks though :)