Line in Comment bar, times on entries

Sep 23, 2009 12:19

Hi everyone ( Read more... )

Leave a comment

Comments 2

anti_aol September 23 2009, 20:53:07 UTC
So in other words, you've created a theme layer, added the code in the text box on this page to it, and cannot find the specific separator to delete? Don't feel bad - I can't find it, either. :)

Have you tried deleting the other $sep[s] to see if that solves the problem? I used to use the very layout you're using so I could help you hide the separator (either with display:none in the CSS or by leaving the values blank in the theme layer) and code borders instead if you like (I don't think the border will show on the now-missing link but I'll check first).

In case you're interested in trying the CSS method, I think this code would make it look pretty good (and it hides the unneeded borders automatically):

span.separator {display:none;}
.entry-footer a {padding-top: 0 !important; padding-bottom: 0 !important; padding: 5px; border-right: 1px solid #C2A541;}

Reply


anti_aol October 22 2009, 19:33:04 UTC
For how to hide the date, I had to really scrounge around this community to find where Mike told me how to do it, so sorry for the delay. It's here:

http://community.livejournal.com/s2bloggish/50552.html?thread=197240#t197240

Reply


Leave a comment

Up