sticky's post subject line removed - SOLVED!

Dec 10, 2007 14:07

hi, i went through the sticky post tags and cant seem to find a solution to my problem.

is there a CSS code to make the sticky's post subject line disappear?

if i leave it blank, it's automatically filled in as "Sticky's Post." as of right now, i have a blank space in it. so it's just a horizontal bar.

screen cap under cut )

entries:sticky post

Leave a comment

Comments 4

av8rmike December 11 2007, 04:39:26 UTC
Leave the title blank, then use this CSS:
.asset .asset-name-hover {display: none;}

Reply

arnogseel December 11 2007, 05:35:46 UTC
perfect! you rock!

is there any css code where i can move the sticky post a little higher up?

Reply

av8rmike December 11 2007, 05:53:48 UTC
It looks like you're putting the sticky post text in its own paragraph element. I'd try changing this:

to something like:

and play around with different values of margin-top or padding-top.

Reply

arnogseel December 11 2007, 06:05:54 UTC
great! margin-top in the negatives worked fine!

thanks!

Reply


Leave a comment

Up