2015-07-11, 04:42 PM
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).
As you can see, there is "Steam: Online" where the Online part is a link.
.steamOnline {
color: rgba(16, 79, 24, 0.95);
}
I 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)
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).
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);
}
I 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)