Hi,

I'm trying to figure out how to change this color? Please see attachment picture.

http://img15.imageshack.us/img15/4393/acquiaslate.png

Only the circled ones, I'm having trouble changing it, all the other orange text I'm able to change with the .css file.

I changed all the orange color (DFB77C) to the color I want in the .css file, however the circled texts in the screenshot still remain orange. :confused:

I even tried opening the template.php file, nothing is there about the color.

Maybe I missed something?

Thanks in advance.

Comments

vm’s picture

do you have css aggregation turned on? if so turn it off while adjusting the theme.
have you refreshed your cache in drupal? administer -> performance?
have you refreshed your cache in the browser?

Have you tried targeting the css being called in that specific element?
I believe it's .first-word or something to that effect. Using the firefox browser with the firebug addon should help.

Those are some things you can work with. If you can provide a link to the site, those of use with the firefox browser and firebug addon can target it for you.

valel46’s picture

Hi VeryMisunderstood,

Thanks a lot for the reply.

I finally figured out the problem, and now I feel kind of embarrassed.

For the default orange text, other than (DFB77C), there is another single entry of (DFB579), which is basically the same color as (DFB77C) for human eyes. Not sure why they chose (DFB579) for that single entry while the other twelve use (DFB77C).

body.not-front #sidebar-first .block h2.title .first-word,
#preface-sidebar .block h2.title .first-word {
color: #DFB579;
}

Thanks again.

:p

valel46’s picture

By the way, for those who are interested, there is a third unique entry that need to modify.

#footer a {
  color: #DB8A3B;
  text-decoration: none;
}

(DB8A3B) is very similar to (DFB77C) and (DFB579).

And...

All the (EBDCC7) entries for the hover url text color.