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.

Text color within the posts.

3 posters

Go down

Text color within the posts. Empty Text color within the posts.

Post by tooslickforyou April 28th 2009, 3:17 am

How can I change the Text color for the Posts? Altering the Text Color Box only changed it on the Home Page.
avatar
tooslickforyou
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Text color within the posts. Empty Re: Text color within the posts.

Post by Rok April 28th 2009, 3:43 am

  1. Administration Panel
  2. General tab
  3. Messages and Emails -- Configuration
  4. Allow topics titles color : Yes
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Text color within the posts. Empty Re: Text color within the posts.

Post by tooslickforyou April 28th 2009, 3:55 am

I toggled it to yes and then tried to change the text color in the Display Options. But still it only changed it on the Home Page. I would like to change the "default" text color for the context of posts people write without them having to change it themselves for each post.
avatar
tooslickforyou
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Text color within the posts. Empty Re: Text color within the posts.

Post by Rok April 28th 2009, 3:57 am

I don't believe that's possible unless you know some CSS.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Text color within the posts. Empty Re: Text color within the posts.

Post by tooslickforyou April 28th 2009, 4:06 am

Thanks. Maybe I'll look through it.
avatar
tooslickforyou
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Text color within the posts. Empty Re: Text color within the posts.

Post by Rok April 28th 2009, 4:08 am

Alright. No problem.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Text color within the posts. Empty Re: Text color within the posts.

Post by ankillien April 28th 2009, 8:35 am

Please tell me which version you use?
phpBB2 , phpBB3 , punBB or Invision?
I'll give you the CSS code to change the text color of posts.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Text color within the posts. Empty Re: Text color within the posts.

Post by ankillien April 28th 2009, 4:50 pm

For phpBB2...
Code:
.post {
color : COLORNAME;
}

For phpBB3...
Code:
.postbody .content {
color : COLORNAME;
}

For Invision...
Code:
.post-entry {
color : COLORNAME;
}

Edit the "COLORNAME" as oer your need.
Add this code to you CSS...
Admin Panel > Display > Colors > CSS Stylesheet.

Hope this helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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