Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website CSS: Cascading Style Sheets What is CSS?

Sean Flanagan
Sean Flanagan
33,235 Points

No colour change

I typed in the text to change the footer paragraph colour but no colour change occurred.

1 Answer

Travis Thompson
Travis Thompson
12,976 Points

Hey Sean,

If you want to change the color of the font in all p tags within a footer element try this.

footer p {
  color: darkblue;
}
Sean Flanagan
Sean Flanagan
33,235 Points

Hi Travis. Thanks for the quick reply.

I tried what you suggested and it worked. You've been very kind. Thanks and if I can be of any help to you, please ask.

Sean :-)