So in the css I found this section.
/* Normal link */
a {
color: #FF760E;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #FF760E;
text-decoration: underline;
I can change the link color there, but it will change all of the text to a single color. Is there a way to allow what my adbrite module inputs for color? Hope I didn’t confuse anyone there because I clearly am confused.
***UPDATE*** – Alright I figured out why everything was orange. Apparently, the type of ads I signed up for are all links (title and description). The previous ads I signed up for were only links in the title and if I would’ve signed up for the same kind, the css would work fine. I should pay a little more attention to what I do.