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

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #186019
    Aritmos
    Participant

    1.I started a new project today using .sass
    2.I have codekit to turn my sass into css
    3.For any reason i cant get rid of the purple and underline for a nav bar I’m doing
    Codepen: http://codepen.io/anon/pen/IBbtm
    (I have taken everything thats not needed from the html and sass to make life easier)

    #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

    #186092
    Aritmos
    Participant

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.