MyBB Community Forums

Full Version: txt color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi wonder if anyone  can help me out here some how my txt has went  black and you cant see the the fourms
txt i have tried to fix it but it  has not helped the problem

it said go to chahe themes then themes 3 then global.css and change it there
now i have done that but still shows black  txt.
you can see this here  http://gf-clan.tech/showthread.php?tid=1
Hi,

go to:

Admin CP -> Templates & Style (Tab) -> UNIQUE Theme -> Global CSS

You only have to add 1 line.

Before:
.post_body {
    font-size: 14px;
    padding: 12px 0;
}

After:
.post_body {
    font-size: 14px;
    color: white;
    padding: 12px 0;
}

If you don't want the white color, change the "color" line for the one you want.

This fix only works for the posts pages.

if you want to change all the text to white to all the pages, you have to change other css file.

Admin CP -> Templates & Style (Tab) -> UNIQUE Theme -> Login CSS

Find:

* {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    text-decoration: none;
}

Replace with:

* {
    -webkit-font-smoothing: antialiased;
    color: white;
    text-decoration: none;
}

If you don't want the white color, change the "color" line for the one you want.
Hi tried this but the txt is still black yes i would need all changed as the join us application txt is also black
i can also set a admin account up if u would like to have a look at it
Hi,

I don't see the changes, the css keeps the same as before.

Are you changing the right theme, or do you have a cache plugin or a sort of web cache?
hi yes i am doing the rite files if i set you admin account could you have a look at this for me plz
Pm sent
thank you very much for the help in sorting this NoRules