Change the color of the words. 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.
4 posters

    Change the color of the words.

    Pawnoff
    Pawnoff
    New Member


    Posts : 9
    Reputation : 1
    Language : Bulgarian

    In progress Change the color of the words.

    Post by Pawnoff July 24th 2016, 9:49 pm

    Hello guys can someone tell me how to change the color of my words since the default color is white and mine boxes are white so you aren't able to see the text. The white color is okay with the forum i just want to be changed when i'm typing the stuff so i can see what i'm writing. ? CLICK ME
    I want to make the text in most dialogs and in it black.


    Last edited by Pawnoff on July 24th 2016, 10:49 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Change the color of the words.

    Post by SLGray July 24th 2016, 9:53 pm

    The topic was posted in the wrong section, so I have moved it to the correct section.
    Please read our forum rules:  ESF General Rules



    Change the color of the words. Slgray10

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


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

    In progress Re: Change the color of the words.

    Post by SLGray July 24th 2016, 9:54 pm

    Also that is not the chtabox, but the editor.



    Change the color of the words. Slgray10

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


    Posts : 9
    Reputation : 1
    Language : Bulgarian

    In progress Re: Change the color of the words.

    Post by Pawnoff July 24th 2016, 10:03 pm

    I ment the editor,the reply box etc.
    Ace
    Ace
    Forumember


    Posts : 250
    Reputation : 49
    Language : Portuguese & English

    In progress Re: Change the color of the words.

    Post by Ace July 24th 2016, 10:08 pm

    Hi,

    Insert the following into your CSS Stylesheet:

    Code:
    .sceditor-container iframe, .sceditor-container textarea{
    color: black !important;
    }
    #message-box textarea{
    color: black !important;
    }

    This code will ONLY change the color within the reply box. You can always go to your Admin CP, Pictures and Colors, Colors and change the section 'Colors' by yourself Smile

    Regards.
    Pawnoff
    Pawnoff
    New Member


    Posts : 9
    Reputation : 1
    Language : Bulgarian

    In progress Re: Change the color of the words.

    Post by Pawnoff July 24th 2016, 10:16 pm

    Ace wrote:Hi,

    Insert the following into your CSS Stylesheet:

    Code:
    .sceditor-container iframe, .sceditor-container textarea{
    color: black !important;
    }
    #message-box textarea{
    color: black !important;
    }

    This code will ONLY change the color within the reply box. You can always go to your Admin CP, Pictures and Colors, Colors and change the section 'Colors' by yourself Smile

    Regards.

    Thanks that's exactly what i need but i also need it for several more things.
    For topic subjects etc but if i change the color from the Administration panel it changes the color for a lot of stuff which i don't want to.
    Ace
    Ace
    Forumember


    Posts : 250
    Reputation : 49
    Language : Portuguese & English

    In progress Re: Change the color of the words.

    Post by Ace July 24th 2016, 10:17 pm

    Sure. Give me a list of what you need and I'll assemble the CSS codes for you.
    Pawnoff
    Pawnoff
    New Member


    Posts : 9
    Reputation : 1
    Language : Bulgarian

    In progress Re: Change the color of the words.

    Post by Pawnoff July 24th 2016, 10:35 pm

    Topic Title
    Poll Question
    Poll Option
    ==The following is from the registration process===
    Username
    Email
    Password
    Confirm Password
    Confirmation Code [Anti-Spam Bot]
    ==The Following is from the log in process==
    Username
    Password
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19358
    Reputation : 2006
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: Change the color of the words.

    Post by Ape July 24th 2016, 10:45 pm

    Please change the title to what your problem is about as its not about the chat box.



    Change the color of the words. Left1212Change the color of the words. Center11Change the color of the words. Right112
    Change the color of the words. Ape_b110
    Change the color of the words. Ape1010
    Ace
    Ace
    Forumember


    Posts : 250
    Reputation : 49
    Language : Portuguese & English

    In progress Re: Change the color of the words.

    Post by Ace July 25th 2016, 12:38 am

    Hi,

    Try these:

    Code:
    label {
        color: black;
    }
    a:link {
        color: black;
    }
    h2.left-box.h3 {
        color: black;
    }
    fieldset.polls dl {
        color: black;
    }

    Regards!
    Pawnoff
    Pawnoff
    New Member


    Posts : 9
    Reputation : 1
    Language : Bulgarian

    In progress Re: Change the color of the words.

    Post by Pawnoff July 25th 2016, 7:45 am

    Okay everything is cool now expect the Log In and Register text.
    It's white and you can't see what you are writing but white is the perfect color for everything else. If you can code this for me i will be really thankful to you Picture
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19358
    Reputation : 2006
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: Change the color of the words.

    Post by Ape July 25th 2016, 2:04 pm

    Add this to your CSS files Smile
    Code:
    input.inputbox {
        width: 85%;
        color: #000;
    }



    Change the color of the words. Left1212Change the color of the words. Center11Change the color of the words. Right112
    Change the color of the words. Ape_b110
    Change the color of the words. Ape1010
    Pawnoff
    Pawnoff
    New Member


    Posts : 9
    Reputation : 1
    Language : Bulgarian

    In progress Re: Change the color of the words.

    Post by Pawnoff July 25th 2016, 2:35 pm

    APE wrote:Add this to your CSS files Smile
    Code:
    input.inputbox {
        width: 85%;
        color: #000;
    }
    not working.
    Ace
    Ace
    Forumember


    Posts : 250
    Reputation : 49
    Language : Portuguese & English

    In progress Re: Change the color of the words.

    Post by Ace July 25th 2016, 4:33 pm

    Oh, you meant the texts inside these boxes? I thought you meant the labels.

    Anyways, here it is Wink

    Code:
    input#username_reg {
        color: black;
    }

    See you!