inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 7, 2015 8:41:30 GMT -8
Is there any way to assign different colors to different sub boards?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Oct 7, 2015 8:49:46 GMT -8
Hi, ?adwoman?. Assign different colors to which aspect of your sub-boards?
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 7, 2015 9:02:09 GMT -8
on boards listing. I just want the boards to have different colors when you entering a the main board which contain the subboards
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Oct 9, 2015 13:35:48 GMT -8
on boards listing. I just want the boards to have different colors when you entering a the main board which contain the subboards If you just add this css to the top of your "thread list" template it should change just the sub-board link name color: <style> .board-link {color:red!important; } </style> Or if you want to say have a totally different background color: <style> .board{background-color:blue; } </style> Or if you want to change the sub-board description color, background and board link you could do: <style> .board{background-color:blue; color:white; } .board-link {color:red!important; } </style>
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 9, 2015 13:41:44 GMT -8
on boards listing. I just want the boards to have different colors when you entering a the main board which contain the subboards If you just add this css to the top of your "thread list" template it should change just the sub-board link name color: <style> .board-link {color:red!important; } </style> Or if you want to say have a totally different background color: <style> .board{background-color:blue; } </style> Or if you want to change the sub-board description color, background and board link you could do: <style> .board{background-color:blue; color:white; } .board-link {color:red!important; } </style> Thanks
|
|