Hello! I am trying to change the terms and conditions text color using CSS. I need an A element but I am not sure what to put in front of the bracket. I have tried using the name, label and ID but none of them work. Please advise. I already asked chatbot CPG and nothing it suggested worked either.
@harrison.elliff welcome to the community!
Can you please add more context to the issue that you’re having, so that we can help you even better?
- What step of the challenge?
- Your HTML and CSS code?
step 63.
terms and conditions is in blue and it links to and HREF. They want to change the color of the text terms and conditons.
What did the admin decide to hide this thread?
I can’t tell but do you have more than one a element in your code?
If you only have one you can use
a {
If you have more than one then you need to use a different selector such as a class or id or other type.
Ok Thank you. I used the class and ID but neither worked. How would I write the class or ID in this case?
Hey it worked! Thank you
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.