I love the layout and I'm currently using it, but I have just a minor problem that I was wondering if you could help me with.
For some reason the subject on my entries doesn't show up, the date & time does but not the subject.
If you like highlight it, it's there but I can't seem to get the color to be different, I've tried the same hex code as the date & time but nothing seems to work.
That's because your images in your posts are stretching the layout out (actually I'm pretty sure it is this one). At the moment, I don't have time to go through the code and make it so it doesn't stretch. Sorry.
Comments 24
I was curious- is it possible to change the color of the links in the entries (such as a website, or the text of an lj-cut)?
Thank you for the layout :). Cate.
Reply
a {
color : #5d5d55;
text-decoration : none;
}
Change the hex (#5d5d55) with the color of your choice.
The code below that (a:hover) is the color you see when you hover over a link.
Hope I helped! :)
Reply
For some reason the subject on my entries doesn't
show up, the date & time does but not the subject.
If you like highlight it, it's there but I can't seem to
get the color to be different, I've tried the same
hex code as the date & time but nothing seems to
work.
Reply
Livejournal started making the entry header into a link, thus changing the coding. I have yet to fix any of the layouts here.
Find .entryHeaderSubject and add , .entryHeaderSubject a after it but before the {.
If you find any other layout that has this issue, you can find the proper fix here for every type of S2 layout.
Reply
(The comment has been removed)
Reply
Leave a comment