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

    Changing text color

    Starky
    Starky
    Forumember


    Male Posts : 37
    Reputation : 0
    Language : English, Irish, Japanese
    Location : Ireland

    Solved Changing text color

    Post by Starky July 1st 2013, 12:47 pm

    Okay so in certain parts of my forum, text boxes are black (such as the poll box) and the text is also black. How might one change the color of the text in that particular part, or the color of the box? I know basic CSS, but I can't find the right place to do it.


    Last edited by Starky on July 1st 2013, 3:47 pm; edited 1 time in total
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Changing text color

    Post by levy July 1st 2013, 12:56 pm

    Can you provide a screenshot of your problem and your forum url ?
    Starky
    Starky
    Forumember


    Male Posts : 37
    Reputation : 0
    Language : English, Irish, Japanese
    Location : Ireland

    Solved Re: Changing text color

    Post by Starky July 1st 2013, 1:01 pm

    candy_fear wrote:Can you provide a screenshot of your problem and your forum url ?

     Here's a screenshot
    Changing text color ZsbE5+FpAAAAAElFTkSuQmCC

    Here's the URL
    http://theroyalrealm.forummotion.com/
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Changing text color

    Post by levy July 1st 2013, 1:03 pm

    Code:
    textarea .post{color:white!important;}

    Try this code
    Starky
    Starky
    Forumember


    Male Posts : 37
    Reputation : 0
    Language : English, Irish, Japanese
    Location : Ireland

    Solved Re: Changing text color

    Post by Starky July 1st 2013, 1:12 pm

    Hmm, doesn't seem to be working, but I could be putting it in the wrong place. Under what line of code should I put it?
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Changing text color

    Post by levy July 1st 2013, 1:16 pm

    You need to put in
    Administration Panel -> Display -> Colors -> CSS
    Starky
    Starky
    Forumember


    Male Posts : 37
    Reputation : 0
    Language : English, Irish, Japanese
    Location : Ireland

    Solved Re: Changing text color

    Post by Starky July 1st 2013, 1:19 pm

    Aye, that's what I did, but nothing seemed to change once I did.
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Changing text color

    Post by levy July 1st 2013, 1:21 pm

    Sorry , I don't looked at your forum version Sad

    Code:
    .ipbform2 dl dd textarea.inputbox {
    background-color: #121212;
    border: 2px inset #6bbaff;
    color: white;
    }

    Try now, tested and work Smile
    Starky
    Starky
    Forumember


    Male Posts : 37
    Reputation : 0
    Language : English, Irish, Japanese
    Location : Ireland

    Solved Re: Changing text color

    Post by Starky July 1st 2013, 1:24 pm

    candy_fear wrote:Sorry , I don't looked at your forum version Sad

    Code:
    .ipbform2 dl dd textarea.inputbox {
    background-color: #121212;
    border: 2px inset #6bbaff;
    color: white;
    }

    Try now,  tested and work Smile

     Yes, this worked Very Happy
    Thanks again, you've helped me with a bunch of things xD
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Changing text color

    Post by levy July 1st 2013, 1:35 pm

    Glad to help you Very Happy
    Kralj
    Kralj
    Forumember


    Male Posts : 128
    Reputation : 6
    Language : Croatian || English || HTML
    Location : Croatia

    Solved Re: Changing text color

    Post by Kralj July 1st 2013, 1:54 pm

    If that's solved edit first post and choose icon "solved".
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Changing text color

    Post by SLGray July 1st 2013, 7:01 pm

    Kralj wrote:If that's solved edit first post and choose icon "solved".
    Please refrain from moderating members, this is a staff job.

    Topic Solved & Locked



    Changing text color Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 23rd 2024, 1:25 pm