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

CSS How to Make a Website Adding Pages to a Website Build the Contact Page

Dustin Knudsen
Dustin Knudsen
1,616 Points

After creating my contact-info unordered list and adding the CSS to remove the bullet points, they don't disappear. Why?

I'm attempting to build a website using Nick Pettit's tutorials. I'm currently in the "Build the contact page" section. He creates an un-ordered list <ul class="contact-info"></ul> and later on, css formatting is added to main.css to remove the bullet points and clean up that section of contact details. I've followed the formatting to the letter, saved my work, refreshed my page, and I still have bullet points. I can't seem to understand why this is.

Can you post your code so that we can see where it's going wrong? That'll help us help you!

Dear! You follow this code ul li {list-style:none;} and nothing after add this code you notice your bullet points remove if not remove then you send code of your site.

1 Answer

Dustin Knudsen
Dustin Knudsen
1,616 Points

Nevermind I solved my problem. I forgot to put my closing unordered list bracket after the list items, it was before the list items.