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):
Comments 2
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
http://community.livejournal.com/s2bloggish/50552.html?thread=197240#t197240
Reply
Leave a comment