MyBB Community Forums

Full Version: Postbit Link Colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've made a script which I'll post in the tutorials later today.
The only problem is that I have changed the layout of the results a bit, and now I just cannot figure out how to remove the default coloring (or properly change the color of my result text).

[Image: xVmgE3w.png]

As you can see, there is "Steam: Online" where the Online part is a link.

Steam: <a href="[url=http://steamcommunity.com/profiles/76561198070494934/]L[/url]ink" title="Account" class="steamOnline">Online</a>
And this is the CSS

.steamOnline {
    color: rgba(16, 79, 24, 0.95);
}

 know that the link is using the default MyBB link color because if I remove it, then it changes. If I put a color on .steamOnline:hover, I can change the color that way. However, I need to change the default color (not active, hovering, visited, etc)
you can use required color style property for a.steamOnline selector