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!
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

mohammed mayat
4,228 Pointscaption bullet point
I have put caption with my images but on the website, it is coming up with bullet point how do I get rid of theses with CSS
html code <li> <a href="img/magzinecover1.png" alt=""></a> <img src="img/magzinecover1.png"><br> <caption>This ia a magazine cover I have created for 3 on 3 Magazine which cover Ice Hockey</caption> </li>
1 Answer

Martin Jones
Front End Web Development Techdegree Graduate 44,227 PointsHi,
The CSS property you need to change is list-style-type, you can set this to none on either the ul or li element.
Like in the example on the link below