Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] list-style-type: none doesn't work Reply To: [Solved] list-style-type: none doesn't work

#186023
Paulie_D
Member

.navbar ul li a {
   text-decoration: none;
}

List style is for bullets…text-decoration is for underline.

http://codepen.io/Paulie-D/pen/caJEB