chrismm: Me, singing (Default)
chrismm ([personal profile] chrismm) wrote in [community profile] getting_started2009-07-28 12:52 am
Entry tags:

Transmogrified "previous 50" question

I'm using Transmogrified, and got it pretty much the way I want it, with one niggling exception:

The page forward/page backward thing is displaying at the top and bottom of the page, and it's in that #0000ff blue that the internet uses for links as a default. I want it be on the sidebar, where the rest of the navigation stuff is, and the #878743 green that I'm using for the rest of my links.

I can live with the top and bottom thing, if that's complicated to change, but I really want the color to match the green I'm using for the rest of my links. I've got all the navigation colors set, but apparently the page forward/page back thing isn't included in that. Can anyone help with coding suggestions?

Thanks!
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2009-07-28 02:55 pm (UTC)(link)
You're most welcome!

Sure. Here you go:

.page-tags .tags-container .ljtaglist a {
color: #0a566c !important;
}

.page-entry .bottomcomment a {
color: #0a566c !important;
}
dancing_serpent: (Default)

[personal profile] dancing_serpent 2009-07-28 03:02 pm (UTC)(link)
Brilliant, thank you!