plunderful: (Default)
plunderful ([personal profile] plunderful) wrote in [community profile] style_system2012-02-15 11:59 am

font color troubles

I'm having troubles with a layout. It's a tabula rasa layout (the one for this journal, actually).

1. I want the entry title text to be the dark blue color, but the links for everything else to be pink. I've tried some variations, but, for whatever reason, I cannot get the colors to "separate"--either all links are blue, or all links are pink. Help?

2. And second, I'm still getting black text in my second (non entry) column (most annoying is the calendar) and I can't figure out how to change that, either. Help?

Any assistance would be greatly appreciated. I've spent over three hours racking my brain and trying different fixes, but admittedly, I'm really stupid when it comes to this stuff. Thanks!
murklins: white woman with elephant head (Default)

[personal profile] murklins 2012-02-15 03:28 am (UTC)(link)
1. Try something like this in your css: .entry h3.entry-title a { color: #000042; }

2. So, you want all the plain text in the sidebar to be the same colour as the links there? #secondary { color: #000042; }

Does that do what you wanted?