gayatriom 0 Report post Posted March 20, 2011 Hey. I am trying to add bullets BETWEEN the footer navigation links. So i added #footer li {list-style-type:disc; margin-left:25px; color:black; padding:none;} Now. I am trying to remove the first bullet by adding #footer li:first child{list-style:none !important} What am I doing wrong? Share this post Link to post Share on other sites
gayatriom 0 Report post Posted March 20, 2011 needed a dash between first and child. first-child. It worked! Share this post Link to post Share on other sites