- Posts: 25
- Thank you received: 0
How to change body font color ?
-
fdussaussoy
Inactive member -
Topic Author
- Member
-
Less
More
13 years 6 months ago - 13 years 6 months ago #13612
by fdussaussoy
How to change body font color ? was created by fdussaussoy
Hi,
I managed to change font size in layout.css by adding "font-size:12px;"
But i don't manage to change font color. The heritated class is body ?
My background is black and default font color is black too, so text is invisible...
Thank you for your support.
françois
I managed to change font size in layout.css by adding "font-size:12px;"
But i don't manage to change font color. The heritated class is body ?
My background is black and default font color is black too, so text is invisible...
Thank you for your support.
françois
Last edit: 13 years 6 months ago by fdussaussoy. Reason: adding comment
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #13632
by ivan.milic
Replied by ivan.milic on topic Re: How to change body font color ?
Well add definition on the bottom of template_css.css:
body{
color:...
}
but I'am not sure much of text will inherit color from body because there are direct rules.
body{
color:...
}
but I'am not sure much of text will inherit color from body because there are direct rules.
Please Log in to join the conversation.
-
fdussaussoy
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 25
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #13676
by fdussaussoy
Replied by fdussaussoy on topic Re: How to change body font color ?
Last edit: 13 years 6 months ago by fdussaussoy.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #13689
by ivan.milic
Replied by ivan.milic on topic Re: How to change body font color ?
Ok, if you know to do that download chrome and use Inspect Element , there you can see all in which file , where ....
One note: If it says style is located in page then that is template_css.php
One note: If it says style is located in page then that is template_css.php
Please Log in to join the conversation.
Time to create page: 0.160 seconds