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

    [Solved]Text coloring problem.

    avatar
    Theranic
    New Member


    Posts : 3
    Reputation : 1
    Language : Dutch

    Solved [Solved]Text coloring problem.

    Post by Theranic Sun 5 May - 17:29

    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 Sun 5 May - 20:51; 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 Sun 5 May - 17:40

    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 Sun 5 May - 18:05

    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 Sun 5 May - 18:55

    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 Sun 5 May - 20:50

    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 Sun 5 May - 22:43

    Topic Solved & Locked

      Current date/time is Wed 13 Nov - 17:44