[Solved]Text coloring problem. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    [Solved]Text coloring problem.

    avatar
    Theranic
    New Member


    Posts : 3
    Reputation : 1
    Language : Dutch

    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)
    E-Mark
    E-Mark
    Active Poster


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

    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
    avatar
    Theranic
    New Member


    Posts : 3
    Reputation : 1
    Language : Dutch

    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?
    E-Mark
    E-Mark
    Active Poster


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

    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
    avatar
    Theranic
    New Member


    Posts : 3
    Reputation : 1
    Language : Dutch

    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 :]
    kirk
    kirk
    Forumaster


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

    Solved Re: [Solved]Text coloring problem.

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

    Topic Solved & Locked