ali-phant at 16h01
12
Nov
2011
Hi,
Please can anyone help me. I want to change the colour of the post body text, for every post. I've tried to do it in the colour changing section on the admin panel, which works, but it also changes other texts that I don't want to change.
My forum address is americandayvans.com and I am using a phpBB2 version.
Many thanks,
Alison

Please can anyone help me. I want to change the colour of the post body text, for every post. I've tried to do it in the colour changing section on the admin panel, which works, but it also changes other texts that I don't want to change.
My forum address is americandayvans.com and I am using a phpBB2 version.
Many thanks,
Alison

1 Guest, on 12/11/2011 at 16h09
CSS Code:
- Code:
span.postdetails{
color: #COLOR;
}
2 ali-phant, on 12/11/2011 at 16h17
Thanks for the reply. I've tried that, but it doesn't change just the post body text colour, it changes numerous other texts that I want to leave alone.
3 Matti_7, on 12/11/2011 at 16h51
Try this
- Code:
.postdetails {
color: #990099;
}
4 ali-phant, on 12/11/2011 at 17h09
Still the same result I'm afraid, but thanks
5 Guest, on 12/11/2011 at 21h30
- Code:
span.postdetails{
color: #000 !important;
}
6 ali-phant, on 13/11/2011 at 11h01
Thanks for your help, but still the same result
I only want to change the circled text..... but as you can see, it's changing the colour of other text too....

I only want to change the circled text..... but as you can see, it's changing the colour of other text too....

7 Guest, on 13/11/2011 at 11h05
Hope this works:
Of course, replace #0055FF with yoru favourite color.
- Code:
td.row1 table tbody tr td span.postdetails{
color: #0055FF;
}
Of course, replace #0055FF with yoru favourite color.
8 ali-phant, on 13/11/2011 at 13h12
Great thanks, it's ALMOST there!
It's changed the subject text colour in every other post/reply.......
Ideally I'd like to change it in all the subject headers. It's left the rest of my text colour alone though, thanks!
It's changed the subject text colour in every other post/reply.......
Ideally I'd like to change it in all the subject headers. It's left the rest of my text colour alone though, thanks!
9 Nera., on 13/11/2011 at 13h43
Try adding this too for the second row.
- Code:
td.row2 table tbody tr td span.postdetails{
color: #0055FF;
}
10 ali-phant, on 13/11/2011 at 14h34
Thanks Gassy & Nera, your help has been much appreciated. As has the other people who made suggestions.
It's now just as I wanted it!
Many thanks again for the help.
Alison
It's now just as I wanted it!
Many thanks again for the help.
Alison
11 Nera., on 13/11/2011 at 14h36
Welcome.
Topic solved
Topic solved
Similar topics
These, been searching for hours and it's been driving me mad, Jay
It's the "Posts: Points: Reputation: Location: categories underneath your avatar
~~* Guide created by Mikey *~~
Hey guys, I'm going to try and teach you how to build basic webpages in HTML! I've seen several guides on this forum trying to teach HTML, but the main problem with them is either they are hard to understand/follow, and/o
*note that this was a fanfiction idea of mine*
PLOT:
Guess what people? Our little Shippo learned a new trick! The Body Switcher! All he has to do is mess around with his fox magic and throw it at people then BAM! Their mind and soul is switched with
Replies 1 to 11 on 11 for "Changing colour of subject body"
Search
Informations
11 Replies For the topic :
"Changing colour of subject body"
This topic has been viewed 491 times.
Last message :
12/11/2011 at 16h01 by "ali-phant"





