The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to change only size of user text in their post information

2 posters

Go down

In progress How to change only size of user text in their post information

Post by Ace 1 August 10th 2015, 6:58 pm

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
How to change only size of user text in their post information 10dz2gm

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
How to change only size of user text in their post information 2ry3ket

But not when the user makes a post...
How to change only size of user text in their post information Vzvqqw


Can someone give the correct Css code to change the post text size to something larger?
Ace 1
Ace 1
Helper
Helper

Male Posts : 843
Reputation : 64
Language : English - French?
Location : Druid Hill Park

https://help.forumotion.com

Back to top Go down

In progress Re: How to change only size of user text in their post information

Post by SLGray August 10th 2015, 7:17 pm

CSS Stylesheet:
Code:
.postbody .content {
    font-size: YOUR SIZE;
}


How to change only size of user text in their post information Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change only size of user text in their post information

Post by Ace 1 August 10th 2015, 7:21 pm

Does that code change the user's name only or all the content?
Ace 1
Ace 1
Helper
Helper

Male Posts : 843
Reputation : 64
Language : English - French?
Location : Druid Hill Park

https://help.forumotion.com

Back to top Go down

In progress Re: How to change only size of user text in their post information

Post by SLGray August 10th 2015, 7:22 pm

It changes the text in the message.


How to change only size of user text in their post information Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change only size of user text in their post information

Post by Ace 1 August 10th 2015, 7:53 pm

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"
Ace 1
Ace 1
Helper
Helper

Male Posts : 843
Reputation : 64
Language : English - French?
Location : Druid Hill Park

https://help.forumotion.com

Back to top Go down

In progress Re: How to change only size of user text in their post information

Post by SLGray August 10th 2015, 8:11 pm

Code:
.postprofile a:active, .postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
    font-size: YOUR SIZE;
}


How to change only size of user text in their post information Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change only size of user text in their post information

Post by Ace 1 August 10th 2015, 8:17 pm

Uh I think it worked. Don't close the topic until I let ya know
Ace 1
Ace 1
Helper
Helper

Male Posts : 843
Reputation : 64
Language : English - French?
Location : Druid Hill Park

https://help.forumotion.com

Back to top Go down

In progress Re: How to change only size of user text in their post information

Post by SLGray August 10th 2015, 10:59 pm

Ace 1 wrote:Uh I think it worked. Don't close the topic until I let ya know
Ok, I will keep it open until you reply back.


How to change only size of user text in their post information Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum