Font-Color problem with Mozila
4 posters
Page 1 of 1
Font-Color problem with Mozila
I have in CSS this:
But in Mozila font color is white... How to fix it?
Thanks in advance.
Regards & Respect!
- Code:
.postbody .content {
padding: 10px 20px;
background: #FFFFFF;
color: #000000!important;
font-family: Georgia;
font-size: 15px;
margin-top: 8px;
}
But in Mozila font color is white... How to fix it?
Thanks in advance.
Regards & Respect!
smejker- Forumember
- Posts : 167
Reputation : 4
Language : serbo-croatian/english/macedonian/bulgarian
Re: Font-Color problem with Mozila
Add this code in with your code and see it it works
- Code:
-webkit-color: #000000 !important;
-moz-color: #000000 !important;
Re: Font-Color problem with Mozila
Hello,
The color should apply unless you have another rule after the one you posted above, which modifies the color again. Another thing that can prevent a rule from taking effect is that there could be an error in your stylesheet. Could you provide the link to your forum ?
Thanks.
The color should apply unless you have another rule after the one you posted above, which modifies the color again. Another thing that can prevent a rule from taking effect is that there could be an error in your stylesheet. Could you provide the link to your forum ?
Thanks.
Re: Font-Color problem with Mozila
Everithing is OK... Problem is Mozila!
Thanks to all.
Solved!
Regards & Respect!
smejker- Forumember
- Posts : 167
Reputation : 4
Language : serbo-croatian/english/macedonian/bulgarian
Re: Font-Color problem with Mozila
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Font Color
» Font Color
» CSS for Font Color
» Category font color change
» Font color of Admin User Nme
» Font Color
» CSS for Font Color
» Category font color change
» Font color of Admin User Nme
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum