add icon in K2-lite 0.9.1?
-
-
-
Take a look at how it’s done for the date and the comments:
.chronodata { background:url('http://img.photobucket.com/albums/v718/annepdy/images/time.png') left center no-repeat; padding:2px 0 2px 16px; } .commentslink { background:url('http://img.photobucket.com/albums/v718/annepdy/images/comment.gif') left center no-repeat; margin-left:10px; padding:2px 0 2px 16px; }See that background bit? YOu need to add something in there but to entry-category.
At least that would be my first guess. My CSS isn’t the world’s best.
-
I try this:
.entry-category {
background:url(‘http://img.photobucket.com/albums/v718/annepdy/images/time.png’) left center no-repeat;
padding:2px 0 2px 16px;
}the icon appears, however, the icon in front of date and comment are gone.
-
-
-
Not a problem. CSS is usally cached so that may have been what you were running into.
Hey, I answered a CSS question. It’s a miricle :)
- The topic ‘add icon in K2-lite 0.9.1?’ is closed to new replies.
