• 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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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 &raquo; 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 &raquo;. 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 https://www.alistapart.com/stories/taminglists/

    It doesn’t work in ie though…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing arrows in default theme’ is closed to new replies.