How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?
2 posters
Page 1 of 1
How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?
Hello guys,
I really need help with these 4 concerns. I thank you all very much for the effort in helping me!
1) How do I make the white part of the quick reply, the same blue as the top half?

2) How do I make the footer text bigger? (as the blue lines show)

3) Under the avatar and around it, looks very plain. I want to add some fades and stuff to go around the avatar box. So maybe a white strip going across it, or some cool shades. How do I edit it?

4) How do I change the color of profile fields, and make them bold?
So, a example would be: (Age: 17) - I want the age to be blue, and bold.
(my forum runs PunBB)
Thanks!
I really need help with these 4 concerns. I thank you all very much for the effort in helping me!
1) How do I make the white part of the quick reply, the same blue as the top half?

2) How do I make the footer text bigger? (as the blue lines show)

3) Under the avatar and around it, looks very plain. I want to add some fades and stuff to go around the avatar box. So maybe a white strip going across it, or some cool shades. How do I edit it?

4) How do I change the color of profile fields, and make them bold?
So, a example would be: (Age: 17) - I want the age to be blue, and bold.
(my forum runs PunBB)
Thanks!
PlatinumWata- Forumember
-
Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)
Re: How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?
Hi,
1. For the quick replay color =
Find this in your CSS and change the background-color code.
2. To make the footer text bigger =
To make text in footer bigger find this and chnage the font size
3. Avatar/profile question =
What is exactly that you want, is it around the avatar or where you already have a white line? The edit depends on what exactly would you like to do?
Btw. This looks gerat on avatars, you should try it https://help.forumotion.com/t91386-code-for-avatar?highlight=avatar
It's a box shadow around avatar and avatar is rotated, so if you hover over it it moves.
4. Color of poster details question =
You change the color in AP >> Users and groups >> Profiles >>
clik on it and change
Try this, if it's not OK we'll do only one side
1. For the quick replay color =
Find this in your CSS and change the background-color code.
- Code:
fieldset.frm-set {
background-color: #YOUR COLOR CODE HERE;
}
2. To make the footer text bigger =
To make text in footer bigger find this and chnage the font size
- Code:
#pun-about {
font-size: 8px;
}
3. Avatar/profile question =
What is exactly that you want, is it around the avatar or where you already have a white line? The edit depends on what exactly would you like to do?
Btw. This looks gerat on avatars, you should try it https://help.forumotion.com/t91386-code-for-avatar?highlight=avatar
It's a box shadow around avatar and avatar is rotated, so if you hover over it it moves.
4. Color of poster details question =
You change the color in AP >> Users and groups >> Profiles >>

Try this, if it's not OK we'll do only one side
- Code:
.pun .user .user-info {
font-weight: bold;
}
Nera.- Energetic
-
Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?
1) It worked like a charm, however theirs one little issue. The sides have this white bar. How to remove?

2) Works like a charm aswell, however the admin panel overlaps the footer because of the larger text. Anyways to to have a space between footer, and admin pane? <br> somewhere?

3) The code that you told me to put had a big white border, with a yellow line. Thats not really what im looking for, sorry. Im looking for something that will go in background of avatar to give it more depth, as now its plain blue, and boring. (looks plain) - so maybe some fades, etc.
4) Works perfect mate
Thanks so much for your help mate, I appreciate it!

2) Works like a charm aswell, however the admin panel overlaps the footer because of the larger text. Anyways to to have a space between footer, and admin pane? <br> somewhere?

3) The code that you told me to put had a big white border, with a yellow line. Thats not really what im looking for, sorry. Im looking for something that will go in background of avatar to give it more depth, as now its plain blue, and boring. (looks plain) - so maybe some fades, etc.
4) Works perfect mate

Thanks so much for your help mate, I appreciate it!
PlatinumWata- Forumember
-
Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)
Re: How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?
1. Quick replay (two lines), change the bg color.
2. Try moving the panel up
3. You can change the apperance of the first code I gave you. But if you want me to do something of it for you you need to show me an specific example of what do you want cause I can't google it for you. If you saw something you liked somewhere show it to me and I'll tell you how to do it.
- Code:
.pun .frm-form {
background-color: #your color code here;
}
2. Try moving the panel up
- Code:
.center {
margin-top: -10px;
}
3. You can change the apperance of the first code I gave you. But if you want me to do something of it for you you need to show me an specific example of what do you want cause I can't google it for you. If you saw something you liked somewhere show it to me and I'll tell you how to do it.
Nera.- Energetic
-
Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?
1) Worked perfect 
2) Worked perfect
3) It would be cool if when you hover over avatar, it movies or something. Also my mate suggested scan lines or something for the profile fields and username area. Im not sure really. Something to make it less plain will work I assume.
Thanks Nera

2) Worked perfect

3) It would be cool if when you hover over avatar, it movies or something. Also my mate suggested scan lines or something for the profile fields and username area. Im not sure really. Something to make it less plain will work I assume.
Thanks Nera

PlatinumWata- Forumember
-
Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

» Make a bigger text box for new field in User profile
» Change Font Color of Character Sheet Text Fields
» Change text color in profile ?
» change text color in profile?
» How to change the color of text under avatar.
» Change Font Color of Character Sheet Text Fields
» Change text color in profile ?
» change text color in profile?
» How to change the color of text under avatar.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum