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-08-02 06:59 pm (UTC)(link)
Oh, then, it's:


.page-archive .month .footer .inner a {
color: #ff00ff !important;
}

.page-archive .month .day-has-entries a {
color: #ff00ff !important;
}

.page-month .month dt a {
color: #ff00ff !important;
}

.page-month .month .entry-title a {
color: #ff00ff !important;
}

.page-month .month .tag a {
color: #ff00ff !important;
}
elizabeth_rice: Snoopy typing on his typewriter (Default)

[personal profile] elizabeth_rice 2009-08-02 07:25 pm (UTC)(link)
Thank you so much! All worked! Also, I'm sorry for taking up so much of your time.

[personal profile] karenlord 2009-08-04 01:14 pm (UTC)(link)
Here via [community profile] style_system. Thank you so much! This was exactly what I needed.