• Resolved asymptotedesign

    (@asymptotedesign)


    I’m new to this whole wordpress thing, but I created my own theme which you can see at https://mattmcgurn.com/journal

    I’m happy with it, but the only problem I’m having is that all of the LIs I create have a weird >> list-style applied to them which I cannot seem to get rid of. I’ve tried list-style-type: none; and that doesn’t work. The only reason you don’t see them in the left column is because I changed the font color of the LIs to color of the background. I can’t do that for the sidebar though because these >> are now messing up my layout…Any ideas?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look for this in your stylesheet:

    .entry ul li:before, #sidebar ul ul li:before {
    	content: "0BB 020";
    	}

    and remove it.

    Thread Starter asymptotedesign

    (@asymptotedesign)

    awesome, that got rid of it, good find…Pretty strange that Firebug didn’t pick that style up.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mystery UL Bullets’ is closed to new replies.