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.

[Solved]Text coloring problem.

3 posters

Go down

Solved [Solved]Text coloring problem.

Post by Theranic May 5th 2013, 7:29 pm

I just made a new forum for a game. Everything works fine and such, however I am unable to change the text color. As I go to the admin panel > display > Colors and change the text color to my own liking, it does save the selected colors but the new color doesnt show on the forum itself.

Any solution?


Last edited by Theranic on May 5th 2013, 10:51 pm; edited 1 time in total (Reason for editing : solved)
avatar
Theranic
New Member

Posts : 3
Reputation : 1
Language : Dutch

Back to top Go down

Solved Re: [Solved]Text coloring problem.

Post by E-Mark May 5th 2013, 7:40 pm

Try to add this on your CSS:
Code:
body {
color: #fff !important;
}

Change the #fff to the hex color code. bye
E-Mark
E-Mark
Active Poster

Male Posts : 1411
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: [Solved]Text coloring problem.

Post by Theranic May 5th 2013, 8:05 pm

E-Mark wrote:Try to add this on your CSS:
Code:
body {
color: #fff !important;
}

Change the #fff to the hex color code. bye
Hmm, that seems to work. However that only changes the text on the bottom of my forum. How do I change the color of the rest using CSS?
avatar
Theranic
New Member

Posts : 3
Reputation : 1
Language : Dutch

Back to top Go down

Solved Re: [Solved]Text coloring problem.

Post by E-Mark May 5th 2013, 8:55 pm

Try this one instead:
Code:
body#phpbb {
color: #fff !important;
}

If not working, can you provide your forum url. Thanks.
Smile
E-Mark
E-Mark
Active Poster

Male Posts : 1411
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: [Solved]Text coloring problem.

Post by Theranic May 5th 2013, 10:50 pm

E-Mark wrote:Try this one instead:
Code:
body#phpbb {
color: #fff !important;
}

If not working, can you provide your forum url. Thanks.
Smile
Not sure if that worked, I've already switched to another template. Now its working all fine.

Thanks anyway for helping me :]
avatar
Theranic
New Member

Posts : 3
Reputation : 1
Language : Dutch

Back to top Go down

Solved Re: [Solved]Text coloring problem.

Post by kirk May 6th 2013, 12:43 am

Topic Solved & Locked
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

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