Advertise Here

Author Topic: Change the Board Name color?  (Read 1108 times)

0 Members and 1 Guest are viewing this topic.

Offline LAzArUs ™

  • SMF For Free Member
  • *
  • Posts: 63
    • View Profile
    • AFP Alliance Forum

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Change the Board Name color?
« on: July 03, 2007, 06:38:06 am »
I wonder if we can change the color of the name/title of the board e.g. above "General Support"

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Change the Board Name color?
« Reply #1 on: July 03, 2007, 10:51:50 am »
I wonder if we can change the color of the name/title of the board e.g. above "General Support"

There are a couple of ways of doing this.
That area, in the css, is windowbg2
The color for that area is defined near the top of the css however you CAN set it so that
that area has a different color.

Add this to the css right under the area that defines the windowbg/windowbg2/windowbg3 areas:

/* windowbg2 link colors */
.windowbg2 a:link
{
   color: #000000;
   text-decoration: none;
}
.windowbg2 a:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
.windowbg2 a:hover
{
                color: #796D50;
   text-decoration: underline;
}


Change the colors to the  font colors you wish to use for active, visited, and hover.

Keep in mind this will change the font color everywhere on your forum that windowbg2 is used.


If you do not want it that way there is another option.
 
Use html to change the font color for the board title.
Modify your board titles and (using General Support and the color black as an example) do this:

<font color=#000000>General Support</font>

replace #000000 with the color code of your choice


Offline LAzArUs ™

  • SMF For Free Member
  • *
  • Posts: 63
    • View Profile
    • AFP Alliance Forum

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Change the Board Name color?
« Reply #2 on: July 04, 2007, 02:54:59 am »
Thank You.

I also saw in Manage Styles, then on Modify Style that we can change its color/background but i didnt tried it yet.


 ;)

 

Related Topics

  Subject / Started by Replies Last post
19 Replies
5576 Views
Last post March 27, 2007, 02:49:33 pm
by thunderbirdsei
1 Replies
1281 Views
Last post July 28, 2007, 03:41:03 pm
by Kimmie
0 Replies
1143 Views
Last post August 10, 2007, 12:55:05 pm
by valadi
0 Replies
772 Views
Last post April 29, 2008, 11:42:03 am
by Vice
5 Replies
1430 Views
Last post February 15, 2009, 01:36:21 pm
by Andrew