Change Title Font Colour

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Change Title Font Colour

Swift Rallycross
Hi is there a way I can actually change the title of my forum as it comes up in grey and would like to change it to yellow. Have managed to change the body and text in table etc but can not see how to do this.
Reply | Threaded
Open this post in threaded view
|

Re: Change Title Font Colour

GregChapman
This post was updated on .
Rather than try to change the Forum Title, instead stop its display (OPTIONS > EDITOR > CHANGE APPEARANCE > SHOW FORUM TITLE) and then play with the Description so it looks more like you want it.

Check the "Description is in HTML Format" box and enter something like this in the Description field:
=============================================
<font color=black><h1>Welcome to My Forum</h1>

<h3>We want your views</h3></font>
=============================================

Alternatively use CSS to change things. Here's a garish example!

Add something like this to the CSS box while on the CHANGE APPEARANCE screen:

=============================================
div#mycss h1 {
  font-size: 3em;
  color: blue;
  text-align: left;
  font-family: "Comic Sans MS",Arial,Helvetica,sans-serif;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0px;
}
div#mycss h2 {
  font-size: 2em;
  color: red;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0px;
}
=============================================

and add this to the Description field

=============================================
<div id="mycss">
<h1>My Forum</h1>
<h2>Forum tag line!</h2>
</div>
=============================================

I should add that in some Nabble applications, some of the styling rules used in the second example produce somewhat undesirable side effects on some screens (e.g. the Category application).
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.