Hey, new Drupal user here. My current website is www.kingdomcomputer.info, but I am working on a Drupal variant to learn a bit more about Drupal at http://www.kingdomcomputer.info/v2

I am using the theme Inove, and I would like to darken the text of the primary links.. But for the life of me, I cannot seem to find where in the stylesheet the color of the primary link text is called out..

Anyone able to give me a quick hand with that?

Thanks,
-myk

Comments

3cwebdev’s picture

The FireBug plugin for Firefox is an indispensable tool for locating CCS selectors and attributes, seeing how cascades and inheritances are being applied, and even doing live CCS changes in your browser to see how a change will effect the output. There's a slight learning curve to get started but this is a must-have tool for any web developer.

myk.robinson’s picture

Pretty handy, and yes there does appear to be a learning curve.
It looks as if I need to attack #menu li a

however, the color element has a line through it..

guess i got some reading to do.

Thanks for the tip.
-myk

myk.robinson’s picture

Thanks again, found it finally on line 1035.