Tinkering

Sep 26, 2006 13:08

*headdesk ( Read more... )

lj

Leave a comment

Comments 12

melaniesuzanne September 26 2006, 17:33:51 UTC
I had the same problem with this layout. If there's no way to customize the links colour within LJ, I think it's something within your browser.

Reply

woodwindy September 26 2006, 19:38:28 UTC
See the comment(s) below -- seems to have done the trick for me! Not something I would ever in a million years have figured out on my own, of course.

Reply

melaniesuzanne September 26 2006, 19:40:41 UTC
Ooh, yes it has. That looks so cool!

I am not wise in the ways of CSS either.

Reply


holmes_iv September 26 2006, 17:45:39 UTC

Well, because I'm a cheapskate (and I haven't investigated this stuff from the code side), I can't tell you how it should work, but just from the publicly available documentation, the Unearthed layout claims to support "Custom CSS". If this is the case, then adding the following CSS should answer your needs:

.EntryComments a {color: red}

Where for "red", you can of course substitute any recognized color or hex string.

Hope that helps!

Reply

holmes_iv September 26 2006, 17:51:48 UTC

And because I'm stupid today, I have to post twice to make show you four lines of CSS... if you want to change the colors for previously-visited and currently-clicked-on links as well, then you can build variations on this:

.EntryComments a:link {color: red}

.EntryComments a:visited {color: green}

.EntryComments a:hover {color: pink}

Reply

woodwindy September 26 2006, 19:35:01 UTC
Hey, even at two posts, you're still *miles* ahead of me on this stuff. Thank you -- that's exactly what I was looking for! So much better now... at least I think it is, anyway!

Reply

holmes_iv September 26 2006, 20:50:15 UTC
Well, granted that's not specifically what they pay me the big bucks for, but it's at least one of the several contributing items. ;-) In any case, you're very welcome! Always happy to put my ill-gotten skills to use for my friends. :-)

Reply


(The comment has been removed)

woodwindy September 27 2006, 17:01:21 UTC
Your colors are nice -- I like that scheme.

Reply


Leave a comment

Up