Support Forums

Full Version: [SOLVED] New Theme | Need Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've just recently installed a new theme for my site, xblforums.net.

I was browsing around to make everything looks good, when I noticed someone had +reped me, I went and took a look at it and realized that the part that says "Positive +1" was in the same color as the background for it, therefore making it unreadable. Any chance anyone can help me?

I just need to edit the template, I think to change the color, or do I need to edit the CSS?

Anyone help me, please? :S
Code:
.reputation_positive {
color: #91B02E;
}

That's your current CSS. Change the colour to whatever you want it to be.
(09-14-2011, 03:38 AM)Fragma Wrote: [ -> ]
Code:
.reputation_positive {
color: #91B02E;
}

That's your current CSS. Change the colour to whatever you want it to be.

Is that in the forums CSS file, or in the template?
Templates & Styles > Themes > Your Theme > Global.css
(09-14-2011, 03:47 AM)Fragma Wrote: [ -> ]Templates & Styles > Themes > Your Theme > Global.css

Great, thanks a lot mate. I honestly love you. ^_^

You and Ace are always there to help people, that's great!
CSS can be put into templates, but it's always, or should almost always be in the CSS files.
Yeah, thanks for the reply Ace, but Fragma already sorted it for me. Smile

Thanks anyway though.