MyBB Community Forums

Full Version: make sticky thread background different color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The sticky thread aka important thread background on this forum is a different color. I see in the source code that it is done with css:
<style type="text/css">
.alert {
background: #FFF6BF;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}

.notice {
background: #ADCBE7;
border-top: 2px solid #0F5C8E;
border-bottom: 2px solid #0F5C8E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}

.notice2 {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}
</style>
but where is this defined?
Undecided
it appears to be not part of default css for myBB system.

however you can try this external link if interested .
see also changing sticky text color
(2011-08-02, 03:59 PM)ranjani Wrote: [ -> ]see also changing sticky text color

Hi, that is to edit the part which says "Important threads".


You can use My Support if you need it badly, but let me tell you that its a huge plugin for such a small cause.