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

WordPress How to Make a Website with WordPress Customizing WordPress Themes Customizing WordPress Theme Files

CSS

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
geoffrey
28,736 Points

Quite 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.

Thank 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 ;)

Thank 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 ;)