CSS for Font Color
3 posters
Page 1 of 1
CSS for Font Color
I want to know if there's a css code, so that if the user didn't use font color bbcode (when creating a thread or posting a reply), the default font color would be to whatever I want.
I know I could change it in Display > Colors. But I think it affects other texts on my forums too. I only want the default font color of thread posts/replies to be changed.
Also one more question, whenever I create a new thread, the text box, where I type the thread title blends in with the font. What's the css code to change the font color of that one?
I've been searching for this all day, so far I only found out how to change the font color of the text_area (body) when creating a new thread, but yeah, not the title area.
PS. I use Phpbb3
I know I could change it in Display > Colors. But I think it affects other texts on my forums too. I only want the default font color of thread posts/replies to be changed.
Also one more question, whenever I create a new thread, the text box, where I type the thread title blends in with the font. What's the css code to change the font color of that one?
I've been searching for this all day, so far I only found out how to change the font color of the text_area (body) when creating a new thread, but yeah, not the title area.
PS. I use Phpbb3
Re: CSS for Font Color
Hi Mr. Brooks,
You basiclly want to change only post text colors?
Try with this in CSS, add your color in it.
And for the topic title color this
You basiclly want to change only post text colors?
Try with this in CSS, add your color in it.
- Code:
.postbody .content {
color: red !important;
}
And for the topic title color this
- Code:
.inputbox {
color: red !important;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Category font color change
» Font Color
» Edit the wysiwyg font color
» Font Color of Text in Code
» Forum Section Font Color
» Font Color
» Edit the wysiwyg font color
» Font Color of Text in Code
» Forum Section Font Color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum