Cannot get CSS to impact Header styling

I’m unable to influence the styling of the header on modifying header.hbs and answers.scss. I’ve tried copying/pasting directly from the HH Track but no matter what I add it has no impact. Additionally, I tried modifying the div name to Hithchiker-header to see if ther was any impact or avoiding another conflict and no luck. Any suggestions?

Screen Shot 2020-09-24 at 3.26.13 PM

Hey Nick,

You’re on the right track - I think you might have your CSS nested incorrectly though, which may not be allowing your rules to apply.

Make sure your CSS rules are outside the Answers wrapping class. The Answers class only wraps the body of your page content, so it wouldn’t impact styling in the header/footer.

Adding it there will produce the following with the HTML you’ve added.

Let me know if this helps!

1 Like

Thanks! I knew it was something silly.