Forgive me if I'm asking something rather obvious/stupid/impossible, but I was wondering if it's possible to:
01. move the sidebar over to the left hand side?
02. insert a dividing line between entries?
03. change "Previous 20" to a different word?
04. change "Tags" to a different word, or de-capitalise it?
05. insert a dividing line between the
(
Read more... )
Comments 9
A custom theme or user layer is the answer here. If you don't know how to create one, please see the tutorials in other places. I'm afraid I don't know where they are, but I'm sure someone else will point one out.
function custom_styles() {
"""
#main {
float:right;
}
#paraphernalia {
float:left;
}
.entry {
border-bottom: 1px solid;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
""";
}
set text_skiplinks_back = "a different word #";
Unfortunately the text “Tags” is currently hardcoded into the layout and cannot easily be changed. This is a bug, though, and will probably be fixed in future.
Reply
Yeah, I figured that changing the "Tags" wording might not possible.
And, er, something I completely forgot to ask in my original post - is it possible to have a dividing line between the sidebar and entries?
Reply
Reply
If that's the case, then I knew I should've installed that graphics programme. Stupid MS Paint!
Thanks, though. At least I'll know what to do later. :)
Reply
Leave a comment