inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jun 14, 2015 13:03:34 GMT -8
So what I'm after is rather then label text showing in colour like they do now the label to be a box shape with the text the forums default colour eg I am a Label Another Label I am a thread Titleetc Brian or anyone else?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 14, 2015 13:57:39 GMT -8
Each label has a unique class you can address using CSS in your style sheet if you can find that class in the source.
Easiest way is to right-click an existing label in your thread list and select Inspect Element.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jun 14, 2015 21:34:57 GMT -8
Each label has a unique class you can address using CSS in your style sheet if you can find that class in the source. Easiest way is to right-click an existing label in your thread list and select Inspect Element. I went after that but the issue is that the text colour is set inline from my understanding of HTML that'd mean that'd always override without use of defaults
|
|
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 Jun 15, 2015 0:45:27 GMT -8
This should change your labels if you haven't worked it out yet. (I tested this my board-7 so you'd need to change that or remove it if you have the same colors on all your boards for your labels.)
.ui-label.label-1.label-board-7{background-color:#ff0000!important; } .ui-label.label-2.label-board-7{background-color:#ffff00!important; }
If you go to your thread lists template, there is no inline styling.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jun 15, 2015 2:27:49 GMT -8
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 15, 2015 8:41:24 GMT -8
They have default CSS overriding them. Search your style sheet for a line that starts with this:
It's redefining the padding of your labels in threads.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jun 15, 2015 9:52:32 GMT -8
cheers!
|
|