Hello, 
I changed the general color of my theme and now all the details appears red, except 2 
The prefix and postfix in the quick fact in the home: 
And the categories in the help center:
How can i change the blue color into red? May i put some exta CSS code in each item?
Thanks!
                 
                
Comments
a.content_link, a:hover.content_link {color: #ff0000;
}
a.content_link:before {
border-bottom-color: #ff0000;
}
a.content_link:after {
border-color: #ff0000;
}