Styling Bullets and Numbers in Lists
-
Hey Guys,
I know this is more of a CSS question than a WP question – but the only ways to resolve this issue I’ve found on google require direct coding changes – which goes against the idea of using WP as a CMS.
I’m developing a site for a client and I’m setting up all the styling elements for the client to use in the text-editor. By personally crafting the headings, paragraphs, blockquotes etc when then client goes to write a blog post or update a page it always looks better.
I was updating the lists styles – both UL and OL and wanted the disc and the numbers to be a different color than the content of the list item.
For UL’s I understand i can style my css to call an image in place of the bullet – problem solved.
However for OL’s – numbered lists – I don’t have that opportunity. Does anyone know a way using css strictly (no html that my client would have to put in when writing an article) to change the color of the numbers? I don’t want my client to have to add <span> elements etc to the html editor just to get the lists to look appropriate.
Any help would be appreciated.
- The topic ‘Styling Bullets and Numbers in Lists’ is closed to new replies.