Changing Element Color

I have some links that I want to change the color. I can’t get the HTML link to print. Here’s a screen shot:

The css is:

element.style {
color: #ffff99;
}

What selector should I use? Thanks.

I don’t understand the question.

Please be more informative about what you are trying to achieve.

Edit)
The screenshot shows what, exactly?

I was able to get into the HTML and change it. Thanks.

We would appreciate if you could answer your original question with what you did to solve the issue. :slight_smile:

This was a span situation and the color was specified in the span. I changed it in there.

1 Like

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