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.

How do I make the default text Black in my forums?

3 posters

Go down

How do I make the default text Black in my forums? Empty How do I make the default text Black in my forums?

Post by Rastus October 8th 2010, 12:15 am

How do I make the default text black in my forums?
avatar
Rastus
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by musket October 8th 2010, 12:25 am

Admin panel>>display>>Pictures and colors >> colors...text color: #000000 Smile
musket
musket
Helper
Helper

Male Posts : 1130
Reputation : 131
Language : English
Location : Northern Ireland

http://hemmingsdaman2.forumotion.co.uk/

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by Rastus October 8th 2010, 12:47 am

Thanks, I'll give it a try
avatar
Rastus
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by Rastus October 8th 2010, 12:49 am

Yikes, no change, and Yes I saved. My site is http://tmac.niceboards.org
avatar
Rastus
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by musket October 8th 2010, 12:52 am

Your msg forum text when viewed is black here ... try clearing your forum cookies in your browser


Last edited by musket on October 8th 2010, 12:54 am; edited 1 time in total
musket
musket
Helper
Helper

Male Posts : 1130
Reputation : 131
Language : English
Location : Northern Ireland

http://hemmingsdaman2.forumotion.co.uk/

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by Rastus October 8th 2010, 12:54 am

Thanks, I wonder why it it grey on my screen, even after I refresh. At least it's black for you. Thanks.
avatar
Rastus
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by musket October 8th 2010, 1:02 am

I checked your forum text again with a hex color tool your text is #866C86 not #000000

It must be set that way in your CSS code or template that's where it needs to be changed or set
musket
musket
Helper
Helper

Male Posts : 1130
Reputation : 131
Language : English
Location : Northern Ireland

http://hemmingsdaman2.forumotion.co.uk/

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by ankillien October 8th 2010, 5:02 am

Hello,

Please go to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
body {
color: #000;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by Rastus October 8th 2010, 6:00 pm

This make so much sense, and I did it. I changed the color in the "body" area of the CSS, I deleted the forum cookies. The type is still not black. Is there something else that could be overriding my choices? I'm more perplexed and determined at this point.
avatar
Rastus
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

How do I make the default text Black in my forums? Empty Re: How do I make the default text Black in my forums?

Post by ankillien October 8th 2010, 6:26 pm

I think you need to do it individually for each part of your forum.

Please try adding this code to your CSS...

Code:
.dterm {
color: #000;
}
.postbody .content {
color: #000;
}

Add it at the end of all other codes in the stylesheet. Hope it helps Smile
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum