The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    Font-Color problem with Mozila

    smejker
    smejker
    Forumember


    Male Posts : 167
    Reputation : 4
    Language : serbo-croatian/english/macedonian/bulgarian

    Solved Font-Color problem with Mozila

    Post by smejker Thu 4 Sep - 12:39

    I have in CSS this:

    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!
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Font-Color problem with Mozila

    Post by Ape Thu 4 Sep - 14:36

    Add this code in with your code and see it it works Wink

    Code:
    -webkit-color: #000000 !important;
    -moz-color: #000000 !important;



    Font-Color problem with Mozila Left1212Font-Color problem with Mozila Center11Font-Color problem with Mozila Right112
    Font-Color problem with Mozila Ape_b110
    Font-Color problem with Mozila Ape1010
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Font-Color problem with Mozila

    Post by Ange Tuteur Thu 4 Sep - 18:53

    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. Smile
    smejker
    smejker
    Forumember


    Male Posts : 167
    Reputation : 4
    Language : serbo-croatian/english/macedonian/bulgarian

    Solved Re: Font-Color problem with Mozila

    Post by smejker Fri 5 Sep - 9:49

    blackeye
    Everithing is OK... Problem is Mozila!
    Thanks to all.
    Solved!
    Regards & Respect!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Font-Color problem with Mozila

    Post by SLGray Fri 5 Sep - 11:51

    Topic solved and archived



    Font-Color problem with Mozila Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is Sun 22 Sep - 19:27