question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Change the Color of Text" challenge does not load

See original GitHub issue

Affected 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!


This issue was originally reported by @alysabax in #16756

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
systimoticcommented, Feb 24, 2018

@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).

0reactions
renisalcedocommented, Feb 23, 2018

Hi @alysabax I will take a look asap.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found