OK so I was able to manually change the background and text color by changing this
Go to your template called forumhome_forumbit_level2_post and change these settings to match what you want.
#scanu {
/*styling of the box */
background:black;
color: DeepPink;
padding: 5px 10px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
filter:alpha(opacity=68);
-moz-opacity:.68;
opacity:.68;
One other question though is I noticed that this mod makes to seperate java calls which can be avoided by calling a local version correct
|