"Change the Color of Text" challenge does not load
See original GitHub issueAffected challenge
Beta: Change the Color of Text
Issue description
There was a small mistake in a recent change, which prevents this challenge from loading correctly when it is loaded from the server. This means that it works fine when you browse to it using the map, but if you refresh the page or click a link to the challenge, it will break.
What should be changed
This line is causing the problem: https://github.com/freeCodeCamp/freeCodeCamp/blob/82ec375f19b7289d0d9b996fc19f04bcff71fa6e/seed/challenges/01-responsive-web-design/basic-css.json#L50 Specifically, this part:
<code>color</color>
should be
<code>color</code>
How to get started
Check out the CONTRIBUTING.md to get your local development environment set up.
If you need help, please go to our contributors chatroom. We’re always happy to answer any questions!
Happy coding!
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Why Change the Color of Text is not working? - HTML-CSS
To make the h2 element's text color red, you just need to change the color from blue to red. That is all you...
Read more >[Bug] Text color change - doesn't work properly
Hi, I've updated Adobe XD today to latest vesrsion. After update I'm unable to change color of selected part of text in textbox...
Read more >Problem with changing some fonts colors - Support - Themeco
I'm a bit frustrated as I can't change any color I want via customizer and I don't know how to touch the code....
Read more >HTML back-ground color and font not showing in Chrome or ...
I've uploaded it to w3c css validator and it says there are no errors, yet it still won't show the background colors. I'm...
Read more >Is there anyway to change the color of the text wh...
I was able to figure out how to get text in a comment to be bold or in italics, but cannot figure out...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@alysabax @renisalcedo Hi! This issue is indeed still present on https://beta.freecodecamp.org. This is because since it has not been updated since I merged @renisalcedo’s fix. I can confirm that the fix worked when I tried it out locally. It should start working on the beta site as soon as it’s updated, which I expect to be within a couple of days (usually when a major update/fix happens).
Hi @alysabax I will take a look asap.