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 trialHelen Burrows
5,786 PointsCSS
Sometimes you find the css you want to change, and it changes the element in firebug and developer, but when you change it in the style sheet nothing happens.
2 Answers
geoffrey
28,736 PointsQuite odd, To be sure you modify the same rule, you can save the modified css using the webdeveloper tool. I already did it, that's a handy feature. Also check for specificity, maybe you have to use some heavier selectors to apply your rules.
Helen Burrows
5,786 PointsThank you for responding. I'd got the right css code snippet , but had added an extra h1 to it thinking that it would change all heading 1s. Once I'd removed that the colour changed. Taken me hours to figure that out though ;)
Helen Burrows
5,786 PointsHelen Burrows
5,786 PointsThank you for responding. I'd got the right css code snippet , but had added an extra h1 to it thinking that it would change all heading 1s. Once I'd removed that the colour changed. Taken me hours to figure that out though ;)