CSS Class for Changing List Style Type
-
I’ve been trying to change the the list style type in my CSS stylesheet by using the class “lcp_catlist.” This class works for changing anything else (font size, for example), but as soon as I try to alter the bullet type, nothing changes. I’m wondering if there is something I need to do to some other code or to the template file to make this work.
I’ve tried several permutations of the code below to no avail:
.lcp_catlist li { list-style-type: none; }
But this code works to change the font:
.lcp_catlist a { font-size: 40px; }
I feel like I’m missing something that’s probably pretty simple, but I’m at my wit’s end! Thanks for any insight!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS Class for Changing List Style Type’ is closed to new replies.