Labels

Categories: Food | Travel | Beer | Wine | Boston | Humor | TV | Tech | Pop Culture | Politics | Golf | Video | Photo | Auto
Sponsored: Samsung | Cadillac | Volt | GMC | AT&T | Gear List: Cameras, Lights, Microphones, etc.
More: SteveGarfield.com | Steve Garfield's Video Blog (archived 6/19/2013)
“As an Amazon Associate I earn from qualifying purchases.” | Mastodon

Wednesday, November 30, 2005

WordPress: How to remove >>

If you are using the Kubrick default theme in WordPress, you can remove the ">>" characters from your sidebar by commenting out some code in your stylesheet.

This is the offending code:

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

Comment it out like this...

.entry ul li:before, #sidebar ul ul li:before {
/* content: "\00BB \0020"; */
}

Thanks Matt!