How To Change The Image Next To The Entry Title

Sep 03, 2006 01:31

Some layouts (such as Hills) have a little picture next to the entry title. This can be changed with:

.asset-stream .asset-header {
background: transparent url(post-ornament.gif) no-repeat scroll 0 0;
}

Replace post-ornament.gif with the address of your own image (remember to include http://) and put this in the Custom CSS area ( Read more... )

how to:instructions, entries:header:ornament

Leave a comment

Comments 15

arnogseel September 19 2006, 07:46:15 UTC
hi!

as you can see on my LJ, the words are blocking my little icon a little... is there any CSS that can move it a little?

thanks in advance!

Reply

nimoloth September 19 2006, 18:50:54 UTC
Try pasting these two lines into your Custom CSS:

h2.asset-name, .pageheader2 .asset-name-hover { margin-left: 36px; }
h2.asset-name, .pageheader2 { margin-left: 36px; }

Reply

arnogseel September 19 2006, 18:54:00 UTC
that worked out great! thanks!

Reply

nimoloth September 19 2006, 18:57:42 UTC
No problem :). I had wondered how to do that myself and your query made me find out. I might put some pictures on myself now.

Reply


fabled_dreamer September 30 2006, 16:12:05 UTC
Thank you! this community has been so helpful! everything I've wanted to do thus far as been here and explained very well! Great Job!

Reply


eotheod November 18 2007, 02:28:28 UTC
I followed these instructions but the original image is still there, on top of mine.

Reply


phzblue March 10 2008, 11:27:56 UTC
The original picture is still overlapping mine, is there a way to fix it ?

Reply

shirikdraguinea April 1 2008, 22:16:45 UTC
I'm having this problem as well, has anyone found a fix for it yet?

Reply


Leave a comment

Up