Help with Reply box color 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.
5 posters

    Help with Reply box color

    Shushu2
    Shushu2
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    In progress Help with Reply box color

    Post by Shushu2 February 5th 2016, 11:29 am

    Hi.
    With the theme I am using, the create thread and message boxes to type replies in is white and I can't see what I'm typing.
    How would I change the font color to black?
    The reply box to threads is fine, it's only when creating a new thread or writing a message that the font is white on white.

    Thanks for the help.

    www.shadowracingrsa.net
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    In progress Re: Help with Reply box color

    Post by Take Notes February 5th 2016, 1:07 pm

    Go to Administration Panel > Display > Colors

    Take a look here:
    https://help.forumotion.com/t128368-new-option-editor-background-color
    Shushu2
    Shushu2
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    In progress Re: Help with Reply box color

    Post by Shushu2 February 5th 2016, 1:38 pm

    I've read that thread, but I need to change the TEXT color.
    I'm not very good with codes and don't even know the code for black.
    Thanks
    buddyboy5
    buddyboy5
    Forumember


    Male Posts : 98
    Reputation : 5
    Language : English

    In progress Re: Help with Reply box color

    Post by buddyboy5 February 5th 2016, 3:38 pm

    Shushu2 wrote:I've read that thread, but I need to change the TEXT color.
    I'm not very good with codes and don't even know the code for black.
    Thanks

    Go to AP>Display>Colors once there you should see the option Text Color under "Color and text size"
    Shushu2
    Shushu2
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    In progress Re: Help with Reply box color

    Post by Shushu2 February 5th 2016, 4:05 pm

    I tried changing it there. Wrong text changes color.
    I need to change the text color in the NEW THREAD text box as well as the REPLY TO MESSAGE text box ONLY.
    Sorry to be a drag guys.
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    In progress Re: Help with Reply box color

    Post by Take Notes February 5th 2016, 9:16 pm

    Add this to CSS:
    Code:
    .sceditor-container textarea{ color:#fff !important }
    Shushu2
    Shushu2
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    In progress Re: Help with Reply box color

    Post by Shushu2 February 5th 2016, 10:32 pm

    Forumedic wrote:Add this to CSS:
    Code:
    .sceditor-container textarea{ color:#fff !important }

    That doesn't fix it.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19341
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: Help with Reply box color

    Post by Ape February 6th 2016, 2:19 am

    Code:
    .sceditor-container textarea{ color:#fff !important; }

    The code gave had a little bit missing in it i have fixed it now give it a go Smile

    @Forumedic Remember when making a CSS code Remember to add the Help with Reply box color I_icon10 ; on the end of each code Wink to close the code ready for the new rule



    Help with Reply box color Left1212Help with Reply box color Center11Help with Reply box color Right112
    Help with Reply box color Ape_b110
    Help with Reply box color Ape1010
    Shushu2
    Shushu2
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    In progress Re: Help with Reply box color

    Post by Shushu2 February 6th 2016, 7:25 am

    Sorry guys, still not fixing the problem.....
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Help with Reply box color

    Post by SLGray February 6th 2016, 8:21 pm

    Is the issue with the post and the editor?



    Help with Reply box color Slgray10

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


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    In progress Re: Help with Reply box color

    Post by Take Notes February 6th 2016, 8:27 pm

    Thanks APE!

    Maybe?
    Code:
    .sceditor-container textarea{ color:#fff !important;
    }
    Shushu2
    Shushu2
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    In progress Re: Help with Reply box color

    Post by Shushu2 February 7th 2016, 9:26 am

    I ended up having to change the whole theme.
    Thanks anyway.