MyBB Community Forums

Full Version: I can't find where I change the colors of.....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
.....the user title post count join date etc......

[Image: colorc11.jpg]

Does anyone know where I can find these ?
user title color --> it comes from Username Style of the user group (eg. see this guidance)

other -->
admin panel >> templates >> active theme templates >> Post Bit Templates >> postbit_author_user

add <div class="userdetails"> at the top of the template and </div> at the end & save the template
add class .userdetails and required color in the theme's global.css (through admin panel)

eg. .userdetails {color: #0000ff!important;}