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

    Text Input Area

    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Text Input Area

    Post by CatherinaAndrea October 24th 2011, 4:44 pm

    Text Input Area Textcolorquestion

    As you can see on the screenshot, the background of the input area is white and the text is also white. What would be the code to make the text in the input area black?


    Last edited by CatherinaAndrea on October 24th 2011, 4:54 pm; edited 1 time in total
    WHITESABBATH
    WHITESABBATH
    Active Poster


    Male Posts : 1198
    Reputation : 119
    Language : English, F-Bombs
    Location : Chicago

    Solved Re: Text Input Area

    Post by WHITESABBATH October 24th 2011, 4:50 pm

    since your using phpBB3 look in your css for this { .inputbox }and change the "background color"
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: Text Input Area

    Post by CatherinaAndrea October 24th 2011, 4:53 pm

    Ahh you're my hero, thank you Wink

    To anyone who is needing the actual code:
    Code:
    .inputbox{
    background-color: #000000;
    }
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Text Input Area

    Post by Nera. October 24th 2011, 4:54 pm

    Lock

      Current date/time is November 11th 2024, 6:05 pm