Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 12 Years, 4 Weeks ago Change default font color
#1
Solved: 12 Years, 4 Weeks ago
How i can change the default color of the font of the post from gray to white? Where i must go in the admin cp?

Thanks
#2
Solved: 12 Years, 4 Weeks ago
ACP -> Templates & Style -> Theme -> Global.css -> Advanced mode

From here you have to check what you really want to change:
a:link means the link you will see when you haven't visited the page yet. (Based on cookies)
a:visited means you have already been here.
a:hover, a:active meaning when your cursor will hover over it what color it will become.

http://html-color-codes.info/ here you can figure out what color is what code (scroll down just a little bit).
#3
Solved: 12 Years, 4 Weeks ago
Thanks alot. So i want change the standard color of the font style that we use for writing the post. Where i must do the editing?
#4
Solved: 12 Years, 4 Weeks ago
In case you want to change the font size within the posts you will search for the div called table

The result will look something like this:

table {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
}
#5
Solved: 12 Years, 4 Weeks ago
I mean for example. I want change as default color in this forum the red color and not black color anymore. Understand? For all
#6
Solved: 12 Years, 4 Weeks ago
I'm not 100% sure about how to edit them ALL but you could try .thead (the div instead of table I just mentioned).
#7
Solved: 12 Years, 4 Weeks ago
Thanks for your help!
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 3 Guest(s)