• Resolved armstrong1118

    (@armstrong1118)


    This is in the style.css and I am assuming that it has something to do with the bullets given to list items, but can anyone tell me exactly whats going on here?

    .entry ul li:before, #sidebar ul ul li:before {
    	content: "0BB 020";
    	}
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Sure. Whatever is in the content section will be placed before any element that matches either .entry ul li or #sidebar ul ul li. It’s a common way of making custom-looking bullet points.

    Thread Starter armstrong1118

    (@armstrong1118)

    Thanks for the quick response Otto. Using that info I was able to remove some unwanted bullet points.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Quick style.css question’ is closed to new replies.