Hi Tone
only two instances of that hex in the template.css file both relate to modules 🙂
line 1399
#ja-botsl2 .ja-moduletable h3 {
border-bottom: 1px solid #2e2e2e;
color: #ccc;
padding-bottom: 5px;
font-size: 125%;
margin-bottom: 10px;
text-transform: none;
text-shadow: none;
}
and line 1432
#ja-botsl2 #form-login-password .inputbox {
background: #333;
border: 1px solid #111;
color: #ccc;
font-weight: normal;
}
Change the red highlight to what you want ( in HEX if all values are the same I.E ffffff or 000000 you can shorthand to just 3 instances instead of 6) in case you didn’t know, The one you’re after is probably the first one
Blessings Shannon