It's a bit different depending on which theme you're using (when they were added to LJ). In your current theme Playful Clouds, this is what you want to change:
Thanks for supplying the code, but I've got a slight issue. Neither one of the code work independently, but they both work together! And then they push everything to the second line.
Comments 3
.asset-stream .asset-header {
background: #FFF url(bg-post-asset-name.gif) no-repeat scroll 0 0;
padding-left: 33px;
}
Copy/paste into your custom CSS, replace the bold parts with the url to your image and the width.
For themes added more recently, you'd look for
.asset-stream .asset-header-content {
background-image: url(post-ornament.gif);
background-repeat: no-repeat;
background-position: 0 15px;
padding: 0 0 0 29px;
/* width: 681px; I don't see why we need this... */
}
Reply
Reply
Code: http://www.livejournal.com/customize/advanced/layerbrowse.bml?id=10767355
Preview: http://community.livejournal.com/danny_bois/?s2id=21038915
GAH!
Reply
Leave a comment