How Do We Replace These - Post Assets?

Feb 28, 2008 16:28

You know..the little things in expressive layouts on each post-subject line. I like these but what if I'd like to add my own?

Read more... )

entries:header:ornament

Leave a comment

Comments 3

chasethestars February 28 2008, 21:48:56 UTC
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:

.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

nasturtium_leas February 28 2008, 21:58:28 UTC
Thanks so much!

Reply

stickykeys633 March 1 2008, 23:53:46 UTC
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.

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

Up