• Resolved lutetia

    (@lutetia)


    Hello,

    Is there any way to add a small arrow (?) before each item listed in a category posts widget? As my posts titles sometimes extend over more than one line, it would be nice to set them apart with a small arrow just to the left of each item.

    Anyone know how to do this?

    My website is here. I’m using a Category Posts widget for “Latest News & Events, near the top.

    The code for the Category Posts plugin is pasted here:

Viewing 3 replies - 1 through 3 (of 3 total)
  • try and add something like this to the end of style.css of your theme
    (‘borrowed’ from the kubrick default theme of wp2 and before)

    .widget_categoryposts ul li:before {
    	content: "0BB 020";
    	}
    Thread Starter lutetia

    (@lutetia)

    alchymyth, thank you very much! That worked.

    Sorry about the double post. I thought I’d have a better chance of getting an answer in the troubleshooting section but didn’t know how to delete the first post.

    you are welcome

    – and no problem ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add small arrow to left of each item in category list?’ is closed to new replies.