Reel Good Reviews Project - Step 8

https://www.codecademy.com/paths/front-end-engineer-career-path/tracks/fecp-22-fundamentals-of-web-design/modules/fecp-22-learn-text-design/projects/text-design

Hi guys,
So I am having an issue with Step 8 of this exercise. It basically asks to change the color of the <p> element “Now Trending” by adding the class “featured-section-header” to it, however, it does not work for me at all, whatever I want to change. I have found that the only way I can change its colour is by going to “featured-movie-section” class that applies to a bunch of other elements as well.
Am I missing something? The hint and video walkthrough were not helpful in my case.

<div class="section-header">
   <p class='featured-section-header'>Now Trending</p>
</div>
.featured-section-header {
  color: #61a7b3;
  font-size: 30px;
}

I don’t have access to the project and its instructions/steps. But the snippets you posted seem to work fine in CodePen.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.