[General] Avatar size settings, recolouring text and border - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [General] Avatar size settings, recolouring text and border (/thread-207578.html) |
Avatar size settings, recolouring text and border - Icewolf - 2017-01-20 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/showthread.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/member.php?action=profile&uid=1#comments/1 RE: Avatar size settings, recolouring text and border - doylecc - 2017-01-20 There is another setting for avatars in posts: ACP -> Configuration -> Board Settings -> Show Thread Options -> Maximum Avatar Dimensions in Posts RE: Avatar size settings, recolouring text and border - Livewire - 2017-01-20 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..? RE: Avatar size settings, recolouring text and border - NickGHQ - 2017-01-20 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. RE: Avatar size settings, recolouring text and border - Icewolf - 2017-01-20 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.) RE: Avatar size settings, recolouring text and border - NickGHQ - 2017-01-21 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? RE: Avatar size settings, recolouring text and border - Icewolf - 2017-01-21 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. RE: Avatar size settings, recolouring text and border - NickGHQ - 2017-01-21 The online icon next to your name on the postbit, or are you talking about something else? RE: Avatar size settings, recolouring text and border - Icewolf - 2017-01-21 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/member.php?action=profile&uid=1#comments/1 RE: Avatar size settings, recolouring text and border - NickGHQ - 2017-01-21 Text can be changed from the member_profile_online template. Color can be changed from line 908 of your global.css. |