[Solved]Text coloring problem.
3 posters
Page 1 of 1
[Solved]Text coloring problem.
I just made a new forum for a game. Everything works fine and such, however I am unable to change the text color. As I go to the admin panel > display > Colors and change the text color to my own liking, it does save the selected colors but the new color doesnt show on the forum itself.
Any solution?
Any solution?
Last edited by Theranic on May 5th 2013, 10:51 pm; edited 1 time in total (Reason for editing : solved)
Theranic- New Member
- Posts : 3
Reputation : 1
Language : Dutch
Re: [Solved]Text coloring problem.
Try to add this on your CSS:
Change the #fff to the hex color code.
- Code:
body {
color: #fff !important;
}
Change the #fff to the hex color code.
Re: [Solved]Text coloring problem.
Hmm, that seems to work. However that only changes the text on the bottom of my forum. How do I change the color of the rest using CSS?E-Mark wrote:Try to add this on your CSS:
- Code:
body {
color: #fff !important;
}
Change the #fff to the hex color code.
Theranic- New Member
- Posts : 3
Reputation : 1
Language : Dutch
Re: [Solved]Text coloring problem.
Try this one instead:
If not working, can you provide your forum url. Thanks.
- Code:
body#phpbb {
color: #fff !important;
}
If not working, can you provide your forum url. Thanks.
Re: [Solved]Text coloring problem.
Not sure if that worked, I've already switched to another template. Now its working all fine.E-Mark wrote:Try this one instead:
- Code:
body#phpbb {
color: #fff !important;
}
If not working, can you provide your forum url. Thanks.
Thanks anyway for helping me :]
Theranic- New Member
- Posts : 3
Reputation : 1
Language : Dutch
Re: [Solved]Text coloring problem.
Topic Solved & Locked |
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Similar topics
» Solved Button but with different text?
» [Solved]Header Text change
» [Solved] Slide bar and scrolling text.
» Cannot log in to my Forum
» Forum hijacked ???
» [Solved]Header Text change
» [Solved] Slide bar and scrolling text.
» Cannot log in to my Forum
» Forum hijacked ???
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum