CSS to Remove bullets
-
I am trying to use the CSS below to remove bullets but it does not seem to work. I am displaying this in a table if that matters.
.lcp_catlist li{
list-style-type: none;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS to Remove bullets’ is closed to new replies.