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:
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";
}
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 ;-)