News:

Create A Forum Installed

Author Topic: Child Board Colors  (Read 1295 times)

0 Members and 3 Guests are viewing this topic.

Offline CB

  • Sr. Member
  • ****
  • Posts: 253
  • Karma: 2
    • View Profile

Badges: (View All)
Level 5 Fourth year Anniversary Third year Anniversary
Child Board Colors
« 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.

Share on Facebook Share on Twitter


Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: Child Board Colors
« Reply #1 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

Offline CB

  • Sr. Member
  • ****
  • Posts: 253
  • Karma: 2
    • View Profile

Badges: (View All)
Level 5 Fourth year Anniversary Third year Anniversary
Re: Child Board Colors
« Reply #2 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.  ???

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: Child Board Colors
« Reply #3 on: August 18, 2011, 05:41:48 pm »
Forum url?
Did you refresh/reload your browser after making the change?

Offline CB

  • Sr. Member
  • ****
  • Posts: 253
  • Karma: 2
    • View Profile

Badges: (View All)
Level 5 Fourth year Anniversary Third year Anniversary
Re: Child Board Colors
« Reply #4 on: August 18, 2011, 05:43:03 pm »
I clicked modify once I inserted new color code. Went to main page. Refreshed. Nothing.

Offline CB

  • Sr. Member
  • ****
  • Posts: 253
  • Karma: 2
    • View Profile

Badges: (View All)
Level 5 Fourth year Anniversary Third year Anniversary
Re: Child Board Colors
« Reply #5 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?

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: Child Board Colors
« Reply #6 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;
}
« Last Edit: August 18, 2011, 05:54:15 pm by simply sibyl »

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: Child Board Colors
« Reply #7 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

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
292 Views
Last post August 19, 2011, 01:41:54 am
by Alex
1 Replies
509 Views
Last post March 13, 2013, 03:10:52 pm
by JEV
1 Replies
723 Views
Last post December 22, 2014, 10:49:47 pm
by CreateAForum
1 Replies
1048 Views
Last post December 31, 2015, 05:48:35 pm
by CreateAForum
0 Replies
202 Views
Last post July 04, 2019, 10:24:16 pm
by Town Cryer