Hi,
I'm changing the default theme to suit me. I want to change the small arrows in the lists "Recent posts" and "Categories" with my own custom made arrows. Here is a picture of which arrows I want to change.
Problem is I can not find where or how to do this change. I can not find the arrows in the code. I don't get how they have been implemented.
Any help is appreciated.
Search for this in the sidebar file - that is the code used to display that symbol:
»
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?
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?
alittle116
Member
Posted 1 year ago #
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...