How to change only size of user text in their post information
2 posters
Page 1 of 1
How to change only size of user text in their post information
About a couple months ago, I started using a code that removed a user's normal username and replaced it with a string that could have its color and text shadow properties changed.
Lines 24-34 is my concern
The code just declares that the user's name is reduced to 0px and the after property of the user's name is declared as "Ace" as 11.5px
This code affects all links that direct to http://pb2genocide.forumotion.com/u17
The size 11px works fine here
But not when the user makes a post...
Can someone give the correct Css code to change the post text size to something larger?
Lines 24-34 is my concern
The code just declares that the user's name is reduced to 0px and the after property of the user's name is declared as "Ace" as 11.5px
This code affects all links that direct to http://pb2genocide.forumotion.com/u17
The size 11px works fine here
But not when the user makes a post...
Can someone give the correct Css code to change the post text size to something larger?
Re: How to change only size of user text in their post information
CSS Stylesheet:
- Code:
.postbody .content {
font-size: YOUR SIZE;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change only size of user text in their post information
Does that code change the user's name only or all the content?
Re: How to change only size of user text in their post information
It changes the text in the message.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change only size of user text in their post information
I wanted some type of code that would change only the user's name in a message.
Like the part that links to "u/17"
Like the part that links to "u/17"
Re: How to change only size of user text in their post information
- Code:
.postprofile a:active, .postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
font-size: YOUR SIZE;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change only size of user text in their post information
Uh I think it worked. Don't close the topic until I let ya know
Re: How to change only size of user text in their post information
Ok, I will keep it open until you reply back.Ace 1 wrote:Uh I think it worked. Don't close the topic until I let ya know
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» How to change "Post Buttons" from image to text
» Change Post New Topic text editor color
» How can I change the post-color text?
» Change the post background color of a specific user
» Post Details Text Color change!
» Change Post New Topic text editor color
» How can I change the post-color text?
» Change the post background color of a specific user
» Post Details Text Color change!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum