MyBB Community Forums

Full Version: Avatar size settings, recolouring text and border
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to change the avatar size settings in posts so that is displays as 100 x 100 pixels instead of the default setting. However, I can't seem to be able to find the code in the global css file for it, as 55 x 55 pixels is way too small. (The original size of the avatar image I'm using is 100 x 100 pixels, so the actual size of the image is not causing the problem.

I've looked in the post bit classic template, but I have no clue about what's causing the problem because I don't see any html width coding, which I do when I use the inspect element feature of my browser.

https://legendsofarda.icyboards.net/show....php?tid=3

I'd like to change the border colour on the profile page and change the green text to a different colour, but can't seem to find the code for this in the global css file, either.

https://legendsofarda.icyboards.net/memb...comments/1
There is another setting for avatars in posts:
ACP -> Configuration -> Board Settings -> Show Thread Options -> Maximum Avatar Dimensions in Posts
To change the profile white border go to Global.css and find fieldset
Then change the border color.. And what you mean change the green color like your username or..?
You can change the height/width of the avatar from the postbit_avatar template. Or you can remove the height/width attributes and at line 1113 of your global.css add them to your .post .post_author div.author_avatar img selector.
Thanks. That's sorted it, but I still need to change the green text (I'd like to change both the member name and the Online status.)
Green name can be changed from Users & Groups > Groups > Administrator, and then look for an input titled "Username style".

What do you want to do with the online status?
I don't like the green colour because it doesn't fit the forum's theme and want to change it to a colour that fits, but I cannot find the css code for it.
The online icon next to your name on the postbit, or are you talking about something else?
I want to change the text 'ONLINE' to a different colour. I don't understand why you can't see what I mean. There's no other green text around. If you don't know, then please stop answering this thread because asking me to repeat myself is annoying me, to be honest.

https://legendsofarda.icyboards.net/memb...comments/1
Text can be changed from the member_profile_online template.

Color can be changed from line 908 of your global.css.