Support Forums
[SOLVED] New Theme | Need Help - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: [SOLVED] New Theme | Need Help (/showthread.php?tid=22163)



[SOLVED] New Theme | Need Help - BreShiE - 09-14-2011

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


RE: New Theme | Need Help - Fragma - 09-14-2011

Code:
.reputation_positive {
color: #91B02E;
}

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


RE: New Theme | Need Help - BreShiE - 09-14-2011

(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?


RE: New Theme | Need Help - Fragma - 09-14-2011

Templates & Styles > Themes > Your Theme > Global.css


RE: New Theme | Need Help - BreShiE - 09-14-2011

(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!


RE: New Theme | Need Help - AceInfinity - 09-14-2011

CSS can be put into templates, but it's always, or should almost always be in the CSS files.


RE: New Theme | Need Help - BreShiE - 09-14-2011

Yeah, thanks for the reply Ace, but Fragma already sorted it for me. Smile

Thanks anyway though.