• Resolved infect

    (@infect)


    So in the default WordPress theme, in the sidebar, every list item has a little icon that looks like this “?”. It’s displayed with: &raquo or &#187.

    My question is, how do i get rid of it on every list item? I’ve tried setting #sidebar li to list-style-type: none, and looked through every single file in the clean WP install and deleted all the &raquo’s or &#187’s that looked like they could be the cause. Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • popper

    (@julialasarte)

    Hey there, just delete or comment out this code in the style.css file of the defacult theme:

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

    or just delete #sidebar ul ul li:before if you want to keep the double arrows in .entry

    Thread Starter infect

    (@infect)

    Hah thanks sooo much ??

    That was frustrating me literally all day XD

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting rid of the double arrows on the sidebar list items’ is closed to new replies.