Re: How can I change Backround colour on my new default forum
Posted by
Hugo <Nabble> on
Oct 11, 2008; 12:42pm
URL: https://support.nabble.com/How-can-I-change-Backround-colour-on-my-new-default-forum-tp1318851p1319784.html
Hi Tom,
You can change the colors of your forum by clicking on "Options > Editor > Change appearance".
For example, you can enter a code like the one below for your forum:
body, .nabble, .nabble .no-bg-color {
background-color: #7A9431;
}
.nabble,
.nabble table,
.nabble .info-message th,
.nabble .message-text, .small,
.nabble .editor-table td, p, form,
small, ul, table td, .breadcrumbs {
color: #F5F8EF;
}
.nabble th,
.nabble .form-label,
.nabble .weak-color {
color: #F5F8EF;
}
#nabble.path {color:#F5F8EF;}
.nabble .light-bg-color {
background-color: #8FA945;
}
.nabble .shaded-bg-color {
background-color: #A5BF5E;
}
.nabble .dark-bg-color {
background-color: #C5DD82;
}
.nabble a:link {
color: #E9F2D1;
}
.nabble a:visited {
color: #D3E898;
}
I also recommend that you select "Narrow" in the "Forum default table view" option, since your website is very narrow.
Regards,
Hugo Teixeira
Nabble.com