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
how to change font colors from default blue on the theme on the board to different color?

and how about if i want to add a background image on the body?
(2010-02-07, 07:33 AM)hospitalitywelfare Wrote: [ -> ]how to change font colors from default blue on the theme on the board to different color?

Can you be more specific, please? Or, maybe a screenshot?

(2010-02-07, 07:33 AM)hospitalitywelfare Wrote: [ -> ]and how about if i want to add a background image on the body?

You can add the background in container id in your global.css
[Image: 1zx5kco.jpg]

i want to change those default blue colors to some different color
You can add a class for the link. Example:

.thread_title a {
color: #009999;
}

Then, you need to wrap the link in that class.
can u please elaborate it......?
From what page the screenshot come? Index or forum display? Can you post your forum url?
it is yahoo-warrior.com/forums
I'm really sorry, but I think you don't have MyBB Copyright at the footer of your forum. You need that for getting support in this forum.
oops sry bro....i think the odha admin has done tht lemme fix it
fixed it.....thanks for letting me know bro
Never mind. Open up your forumbit_depth2_forum template. Find this code there:

<strong><a href="{$forum_url}">{$forum['name']}</a></strong>

Then, you need to wrap the link in that class:

<div class="thread_title"><strong><a href="{$forum_url}">{$forum['name']}</a></strong></div>
Pages: 1 2 3 4