Search for this in the sidebar file – that is the code used to display that symbol:
»
Thread Starter
kipo
(@kipo)
Ah, thanks. But the pices of codes that probably contains » are included through <?php recent_posts(); ?> and <?php wp_list_categories('show_count=1&title_li=<div id="cat">'); ?>.
Where do I find the html for these includes?
Thread Starter
kipo
(@kipo)
So I have been a whole lot of digging this last day and discoverd that the arrow is not the symbol ». It does not exist in that part of the code.
But it is somehow connected to tha
<li></li>
that surrounds it. But I still can’t find anything in the css-file.
Anyone have any clue?
i am also trying to solve this
I believe it’s the line in style.css that says:
.entry ul li:before, #sidebar ul ul li:before {
content: “0BB 020”;
}
See http://www.alistapart.com/stories/taminglists/
It doesn’t work in ie though…