change basic color of the text

Started by tesser, March 22, 2010, 10:51:05 AM

Previous topic - Next topic

tesser

I dont like the orange text that shows up  in the pic  i know this can be changed in the css but what is the road to get to the css and the bit of code that needs to be changed  ?

Nick Whetstone

/Themes/default/css/index.css
Code (Find) Select
.table_list tbody.content td.info a.subject
{
font-weight: bold;
font-size: 110%;
color: #d97b33;
}
Code (Replace with) Select
.table_list tbody.content td.info a.subject
{
font-weight: bold;
font-size: 110%;
color: YOURNEWCOLORGOESHERE; /* Replace YOURNEWCOLORGOESHERE with, well, your new color, of course... */
}


You *may* have to clear your browser's cache.
The artist formerly known as (Ha)²

Former Support Specialist

Please do not solicit support via PM. Here's why!

chilly

Look at my attachment.

You can search in your themes CSS-file for the corrosponding entry

Language Coordinator

tesser


dkharp

Hello,

How do you change the color under the orange?

Advertisement: