More questions!
01. On friends/filter pages is it possible to change the font size of the line under the post-subject title line that reads:
exampleusername posting in
examplecomm: 00:00am
I've managed to alter things so that the time stamp font is smaller but not the poster/comm information.
(I doubt if it's possible - and it's not a major concern - but can the
(
Read more... )
Comments 7
Not sure about the other thing, though, although I'd be curious to know. :)
Reply
I didn't mean header, but the post subject title... line - which in the above post would be "Font/subject line alteration"
(God, I don't think that's clear either. I have a feeling there's a much simpler word that I should be using here, but my brain is hopeless at this time of night.)
Reply
Do you have a paid account? If you do, you can create a custom layer and then enter the following code:
function custom_styles() {
"""
.entryheader {
background-color: #000000;
}
""";
}
If you already have a custom layer with custom CSS, just enter this, obviously.
.entryheader {
background-color: #000000;
}
HTH!
Reply
And thank you - it works perfectly. All I need to do is sort out a half-decent colour scheme!
Reply
Leave a comment