Different Cell Color for Stickies - http://www.vbulletin.org/forum/showthread.php?t=123939
by Andrew111888
In ACP -> Styles & Templates -> Style Manager -> [desired style] -> Edit Templates -> threadbit
Find the following line:
and replace it with the following:
|
|
####################################
####################################
####################################
If that is not enough of an offset, you could also do what I did.
========== STEP 1 ==========
In ACP -> Styles & Templates -> Style Manager -> [desired style] -> Edit Templates -> threadbit
Find the following line:
|
and replace it with the following:
|
|
========== STEP 2 ==========
In ACP -> Styles & Templates -> Style Manager -> [desired style] -> Main CSS -> Additional CSS Definitions
Add the following declaration:
.stickybg
{
background-color: #hex;
color: #000000;
}
and simply replace hex with the desired hexcode.
| | |