Why is this Font Showing Up Red?

2 replies
  • WEB DESIGN
  • |
I would like for the font on the "Learn More" button on this page to show up in white color 100% of the time, regardless of whether or not it's been clicked-on or not.

As you can see here, when I inspect the button in Firebug, it shows that the color should be white.

I even added:

Code:
a.maxbutton-5 {
color: #ffffff; !important;
}
To my style.css to override anything else that might be forcing the text color to be red instead of white.

What do I need to do to make the text show up in white?
#button #font #red #showing
  • Profile picture of the author rhinocl
    a.maxbutton-5,a.maxbutton-5:visited,a.maxbutton-5:hover,a.maxbutton-5:active{color:#fff !important;}
    {{ DiscussionBoard.errors[8184780].message }}
    • Profile picture of the author mrniceguy123
      Originally Posted by rhinocl View Post

      a.maxbutton-5,a.maxbutton-5:visited,a.maxbutton-5:hover,a.maxbutton-5:active{color:#fff !important;}
      Awesome! That did it! Thank you sooooo much!
      {{ DiscussionBoard.errors[8184821].message }}

Trending Topics