MyBB Community Forums

Full Version: some questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
i did as u asked me in da post jes above me.....where do i put color code in this?
(2010-02-07, 11:18 PM)hospitalitywelfare Wrote: [ -> ]i did as u asked me in da post jes above me.....where do i put color code in this?


In your global.css

(2010-02-07, 09:20 PM)RateU Wrote: [ -> ]
.thread_title a {
color: #009999;
}
this is wat i have in global.css under .thread

[Image: 2e696yd.jpg]
Click Edit Stylesheet: Advanced Mode tab. Add the class at the end of the entire code there.
i added the class but still the same blue fonts bro.....m sry for takin yor precious time bro
It works for me.

[Image: nn9qwj.jpg]

Or, do you mean you want all links in that part be changed too?
nah might b its not working for me bro....thanks a lotSmile...

yeah and the odhas are also to be changed....how do i fix tht?
There is a method to do that.

Add this class into your global.css

.trow1 a {
color: #330000;
}

.trow2 a {
color: #330000;
}
and what about the welcome panel and the footer font color bro?
also it has over riden the thread color that we set earlier
Of course it will over ride the thread color. All links in the trow1 and trow2 class will change too. I think you want change the other link like the last post too? If you don't want like that, just delete the latest class I gave you.

For the footer link, you can do the same. Add this code in your global.css:

.smalltext a {
color: #330000;
}

Again, please remember that many text wrapped with this class in MyBB templates.
Pages: 1 2 3 4