BrokenChaos Active member Oct 9, 2016 #1 How do you change the thread status color of a locked thread?
Amaury Well-known member Oct 9, 2016 #2 I don't know what it is that you want change, exactly, but use this for the background and border colors: Code: .thread_view .threadAlerts Use this for the "Thread Status" text color: Code: .thread_view .threadAlerts dt And use this for the "Not open for further replies" text color: Code: .thread_view .threadAlerts dd Upvote 0 Downvote
I don't know what it is that you want change, exactly, but use this for the background and border colors: Code: .thread_view .threadAlerts Use this for the "Thread Status" text color: Code: .thread_view .threadAlerts dt And use this for the "Not open for further replies" text color: Code: .thread_view .threadAlerts dd
BrokenChaos Active member Oct 9, 2016 #3 I would like to change the background color from orange to a dark grey Upvote 0 Downvote
Pacco Member Oct 9, 2016 #4 BrokenChaos said: I would like to change the background color from orange to a dark grey Click to expand... Code: .thread_view .threadAlerts { background-color: darkgrey; box-shadow: 0 1px 4px rgba(0,0,0,0.15); } Upvote 0 Downvote
BrokenChaos said: I would like to change the background color from orange to a dark grey Click to expand... Code: .thread_view .threadAlerts { background-color: darkgrey; box-shadow: 0 1px 4px rgba(0,0,0,0.15); }
viper357 Well-known member Apr 10, 2017 #5 How do you change the thread status color of a locked thread? Click to expand... Can we change this in the Style Properties or does it have to be in Extra.css? Upvote 0 Downvote
How do you change the thread status color of a locked thread? Click to expand... Can we change this in the Style Properties or does it have to be in Extra.css?