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 trialThomas Cormier
2,496 Pointsbullet points on contact links
Hello,
Having trouble figuring out what I am have done wrong. Trying to get rid of the bullet points on my contact sheet. here is my file:
3 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHey Thomas,
This was covered quite a few videos back, and Nick only barley mentions in the video starting at about the 0.50 mark.
Remember, the contact info will be an HTML unordered list, which by default has bullet points. So, in the CSS file you will need to add the rule list-style: none;
to the appropriate HTML item. If you go back to the video, at the mark mentioned above, you will see where / how Nick is styling the icons.
Keep Coding! :)
Thomas Cormier
2,496 PointsOk, so I ended up getting really frustrated after saving and refreshing the browser multiple times, so I logged out. I then came back to my workspace and opened up the url and it is suddenly working without me changing anything. This type of thing has happened multiple times during my courses. It is very difficult to tell if I am doing something wrong or if I need to restart my browser.
Jason Anders
Treehouse Moderator 145,860 PointsDepending on the system and browser you are using, I've heard that many times the cache is what is causing the issue you're describing.
If you are using Workspaces and clicking the preview eye to view your work, what I suggest is that every time you preview, when finished close the window / tab the preview opened in. When you click preview again, it should open up a fresh tab and not reload from the cache.
Give that a try.
Thomas Cormier
2,496 PointsThanks Jason!
Thomas Cormier
2,496 PointsThomas Cormier
2,496 PointsHey!
Thanks for the response. I am still a little confused. I have list-style: none; in my css for the .contact-info