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 trialRouillie Wilkerson
10,419 PointsMy text color doesn't match yours. How do I change it?
The descriptive text below the images all have a blue color except for the first image. It's more of a violet color. I want them all to match. I'd prefer they be green. How do I do this?
1 Answer
KRIS NIKOLAISEN
54,971 Points? I'm not seeing what you are seeing. I launched the workspace from the video and the text below the images are within links. They are styled in main.css with:
a {
color: #6ab47b;
}
which is a shade of green
Rouillie Wilkerson
10,419 PointsRouillie Wilkerson
10,419 PointsNo worries. The course covered it literally right after I asked this question! I've long since figured it out!