2015-04-22, 07:29 AM
2015-04-22, 07:45 AM
what exactly you want to change... you can define the required rules for the css selector "td.forumdisplay_sticky"...
eg:
if you are using a custom theme with different css selectors, you might want to change the code accordingly... provide your forum url and test account (if guests cant view) for further assistance....
eg:
td.forumdisplay_sticky {
background: #A1A1A1;
color: #FFFFFF;
}
td.forumdisplay_sticky a {
color: #FFFFFF;
}
if you are using a custom theme with different css selectors, you might want to change the code accordingly... provide your forum url and test account (if guests cant view) for further assistance....