Default Post Font Size
2 posters
Page 1 of 1
Default Post Font Size
Hello all.
I wanted to change the default font size for posts in my forum. I had used a CSS script in past that changed the font for entire forum, but that caused custom profiles that appear under the avatar get bigger in size, causing their values look much smaller in comparison. I want to JUST change the default font size for posting, as removing that script made profile names look fitting to their values again.
Thanks in advance.
Forum type is phpbb2.
I wanted to change the default font size for posts in my forum. I had used a CSS script in past that changed the font for entire forum, but that caused custom profiles that appear under the avatar get bigger in size, causing their values look much smaller in comparison. I want to JUST change the default font size for posting, as removing that script made profile names look fitting to their values again.
Thanks in advance.
Forum type is phpbb2.
Re: Default Post Font Size
Hi @Aphery,
Add the following CSS rule to your stylesheet.
Display > Colors > CSS stylesheet
You can change the size of the font by modifying the 16
Add the following CSS rule to your stylesheet.
Display > Colors > CSS stylesheet
- Code:
.postbody { font-size:16px }
You can change the size of the font by modifying the 16
Re: Default Post Font Size
Thank you so much. Works flawlessly. I'm sorry to add this, however, can you tell me how to change the profile names as well? I did not want to clutter with another topic.
Re: Default Post Font Size
Use this rule for the post profile names :
It functions the same as the last rule.
- Code:
.post .name { font-size:16px }
It functions the same as the last rule.
Re: Default Post Font Size
Thank you so much for your time and sorry for the trouble. Works great, this thread can be locked now.
Similar topics
» How to change the default rank title size with CSS?
» Font Size
» Default avatar size CSS-PunBB
» Username Font size
» I Can't Change my Font Size
» Font Size
» Default avatar size CSS-PunBB
» Username Font size
» I Can't Change my Font Size
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum