Create A Forum - Support Forums

Support => Style Support => Topic started by: CB on August 18, 2011, 04:51:25 pm

Title: Child Board Colors
Post by: CB on August 18, 2011, 04:51:25 pm
How and where do I go to change the colors for the Child Board Title/Header?


Thanks.
Title: Re: Child Board Colors
Post by: simply sibyl on August 18, 2011, 05:15:13 pm
Modify the style in Style Manager in Admin
Search for this in the css:

Code: [Select]
.table_list tbody.content td.children
{
   color: #555;
   font-size: 85%;
}

Change color: #555; to the color you want
Title: Re: Child Board Colors
Post by: CB on August 18, 2011, 05:39:26 pm
Modify the style in Style Manager in Admin
Search for this in the css:

Code: [Select]
.table_list tbody.content td.children
{
   color: #555;
   font-size: 85%;
}

Change color: #555; to the color you want


I changed the color to want based on the info given me. There is no change. Still looks the same.  ???
Title: Re: Child Board Colors
Post by: simply sibyl on August 18, 2011, 05:41:48 pm
Forum url?
Did you refresh/reload your browser after making the change?
Title: Re: Child Board Colors
Post by: CB on August 18, 2011, 05:43:03 pm
I clicked modify once I inserted new color code. Went to main page. Refreshed. Nothing.
Title: Re: Child Board Colors
Post by: CB on August 18, 2011, 05:49:15 pm
Okay. I just closed out the browser all together and relaunched it. It works. But it's the wrong thing that was change.


Child Boards itself has been altered. I guess my description was off on my end. What I wanted to change were...


Example:


Child Boards: Short Films <------------


I want to change the text color for that. And I'm guessing that will also affect the color for


Last Post by: CB
in Re: Art in Movies


I'm okay with it affected both here.


So, where to adjust code for this option?
Title: Re: Child Board Colors
Post by: simply sibyl on August 18, 2011, 05:50:22 pm
At the top of the css - change the color for the links there.   It'll change them thruout the forum.

Code: [Select]
a:link, a:visited
{
 color: #82705B;
 text-decoration: none;
}
Title: Re: Child Board Colors
Post by: simply sibyl on August 18, 2011, 05:57:38 pm
You CAN change only those Child Board names by adding this right underneath that code I had you change
Code: [Select]
.table_list tbody.content td.children a
{
color: #000;
}

Change #000 to the color you want