Bullet styling in my content area
-
Hi, I’m in the process of setting up a CMS type site. I have most of the setup established and I’m continuing to work out the small bugs. One of those bugs is the fact that none of my list “bullets” (they’re arrows in my default theme) appear in any IE below 8. To be honest, because of my setup I can almost live with that in the sidebar, but I would really like to ensure that the styling that establishes these arrows:
.entry ul li:before, #sidebar ul ul li:before { content: "0BB 020"; }
doesn’t appear in all my other content.
Can I edit that line of CSS to make sure it ONLY affects my sidebar lists? Or conversely, can I add another CSS class to configure my list style for all my other lists?
Like I said, I don’t mind the appearance in the sidebar, but I would like my lists in my content pages, post, etc to have “normal” bullets AND for the line height to be smaller than it seems to be now. You can see, I have a list on this page:
https://tech.bareasschoppers.com/power-commander-pc3-maps/
If you look at the list there is a lot of vertical space between the list items – and if you look at it in IE (before 8) then you don’t even see bullets.
Thanks so much for any help, I’m literally working on this thing day and night trying to learn and for all I’m getting done I still continue to run into snags that Google and this site search cannot help me with.
- The topic ‘Bullet styling in my content area’ is closed to new replies.