How can I change the post-color text? 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

    How can I change the post-color text?

    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress How can I change the post-color text?

    Post by Kratos January 26th 2016, 2:12 am

    I need help changing the text color when someone posts a new topic. I want to change it to white or something.

    Forum Link: The Originals
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 2:14 am

    Did you look at my review? Sent the answer there.

    Administration Panel > Display > Colors > Category Header Bckground color
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 2:28 am

    Forumedic wrote:Did you look at my review? Sent the answer there.

    Administration Panel > Display > Colors > Category Header Bckground color
    Found it. Changed #000000 to #FFFFFF and it did something and then lines and stuff appeared, but when I tried a test post it was still gray.
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 2:32 am

    It seems to be fixed. The preview does not work until you save and refresh I believe.
    Ape
    Ape
    Administrator
    Administrator


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

    In progress Re: How can I change the post-color text?

    Post by Ape January 26th 2016, 2:34 am

    in your ACP under CSS files look for

    Code:
    .postprofile {
        color: #000;
    }

    Change the 000 to your new colour and save

    Wink



    How can I change the post-color text? Left1212How can I change the post-color text? Center11How can I change the post-color text? Right112
    How can I change the post-color text? Ape_b110
    How can I change the post-color text? Ape1010
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 2:38 am

    APE wrote:in your ACP under CSS files look for

    Code:
    .postprofile {
        color: #000;
    }

    Change the 000 to your new colour and save

    Wink
    Saved, still didn't work. CSS is a pain these days..
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 2:41 am

    Can you please take a screenshot of what exactly you are wanting to change?
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 2:43 am

    Forumedic wrote:Can you please take a screenshot of what exactly you are wanting to change?
    On a phone so no I can't. Can't APE or another support mod or manager look at it.
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 2:45 am

    Support Moderators and Managers aren't the only people who can help or share codes. I'd like to help, but I just need a better understanding of what you want to change.
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 2:51 am

    Forumedic wrote:Support Moderators and Managers aren't the only people who can help or share codes. I'd like to help, but I just need a better understanding of what you want to change.
    In my CSS Codes(in the admin panel), APE told me to find the code he posted. I changed the 6-diget Hex Code to #FFFFFF and it didn't change the text color.
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 2:55 am

    I meant what do you want to change? Like the general issue you are having. Are you trying to change the text color when typing?

    If so, try:
    Code:
    .sceditor-container iframe, .sceditor-container textarea {
        color: #000000 !important;
    }

    Change the #000000 to whatever color you want the text to be.
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 3:02 am

    Forumedic wrote:Are you trying to change the text color when typing?

    If so, try:
    Code:
    .sceditor-container iframe, .sceditor-container textarea {
        color: #000000 !important;
    }

    Change the #000000 to whatever color you want the text to be.
    Find it in my CSS?
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 3:08 am

    Add it into your CSS at the top.
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 3:18 am

    Forumedic wrote:Add it into your CSS at the top.
    Put your code in the "Search in CSS" thing and when I pressed search it didn't do anything.
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 3:20 am

    You are adding the code like I said earlier, not searching for it. It is not in your CSS yet, therefore, it will not be found.
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 3:22 am

    Forumedic wrote:You are adding the code like I said earlier, not searching for it. It is not in your CSS yet, therefore, it will not be found.
    I have to manually add in the code? Okay...
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 3:26 am

    Yes, you have to add the code.
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 3:30 am

    Forumedic wrote:Yes, you have to add the code.
    Added in the code. Tested it, in WYSIWYG mode it was white.(When I typed) and when I returned to the other mode it was black.
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 3:42 am

    Remove the code I gave you earlier from CSS and try this:
    Code:
    .sceditor-container iframe, .sceditor-container textarea {
    background: none repeat scroll 0 0 #000 !important;
    color: #fff !important;
    font-size:13px;
    }

    Do not change any of the colors, just paste that in the CSS and delete the CSS code I sent earlier.
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 4:26 am

    It just made the entire post box black.
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 4:32 am

    The first code I gave should have worked. Did you change the color? If you didn't modify the color that would make sense why the color didn't change. Just try this:
    Code:
    .sceditor-container iframe, .sceditor-container textarea {
        color: #ffffff !important;
    }
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 4:46 am

    Didn't work.
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 5:16 am

    Try:
    Code:
        .sceditor-container iframe, .sceditor-container textarea {
        color:white !important;
        }

    I have that on my forum, it should work as it does work for mine.
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 6:15 am

    Didn't work.
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: How can I change the post-color text?

    Post by brandon_g January 26th 2016, 3:11 pm

    Kratos wrote:
    Forumedic wrote:Can you please take a screenshot of what exactly you are wanting to change?
    On a phone so no I can't. Can't APE or another support mod or manager look at it.


    Sorry to go a wee bit off topic here, but I just wanted to let you know you can take a screenshot from a phone. If you have an andriod, hold down the power button and the button at the same time. This will take a screenshot. I take screenshots from my phone all the time. Very Happy


    Thanks Forum medic for helping with this issue, your doing great and sorry to slightly de rail it. I just wanted to let Kratos know he can take screenshots, even from a phone.

    -Brandon


    Last edited by brandon_g on January 26th 2016, 4:49 pm; edited 1 time in total



    How can I change the post-color text? Brando10
    Remember to mark your topic How can I change the post-color text? Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    How can I change the post-color text? Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 3:24 pm

    brandon_g wrote:
    Kratos wrote:
    Forumedic wrote:Can you please take a screenshot of what exactly you are wanting to change?
    On a phone so no I can't. Can't APE or another support mod or manager look at it.


    Sorry to go a wee bit off topic here, but I just wanted to let you know you can take a screenshot from a phone. If you have an andriod, hold down the power button and the button at the same time. This will take a screenshot. I take screenshots from my phone all the time. Very Happy


    Thanks Forum medic for helping with this issue, your doing great and sorry to slightly de rail it. I just wabted to let Kratos know he can take screenshots, even from a phone.

    -Brandon
    Ohh yeah, I think I have that on my Galaxy s6 edge+ I just forgot where the setting is to find it.
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: How can I change the post-color text?

    Post by brandon_g January 26th 2016, 4:48 pm

    There is no setting, just hold your power/screen lock button AND your 'Home' button at the SAME time to make a screenshot. It may take you a couple tries to get the hang of it, but once you do it is easy Very Happy.

    Sorry to take this off topic once again Embarassed .

    -Brandon



    How can I change the post-color text? Brando10
    Remember to mark your topic How can I change the post-color text? Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    How can I change the post-color text? Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How can I change the post-color text?

    Post by Take Notes January 26th 2016, 8:56 pm

    Can you please give us a screenshot of the code you put in your CSS? The code works.
    Kratos
    Kratos
    Forumember


    Male Posts : 328
    Reputation : 24
    Language : English
    Location : United States

    In progress Re: How can I change the post-color text?

    Post by Kratos January 26th 2016, 10:00 pm

    Forumedic wrote:Can you please give us a screenshot of the code you put in your CSS? The code works.
    Took a screenshot on my phone of the CSS. I don't know how to send it here.(Galaxy's are weird)
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: How can I change the post-color text?

    Post by brandon_g January 26th 2016, 10:07 pm

    Kratos wrote:
    Forumedic wrote:Can you please give us a screenshot of the code you put in your CSS? The code works.
    Took a screenshot on my phone of the CSS. I don't know how to send it here.(Galaxy's are weird)

    Upload it via servimg, once you get the image url, tap with both fingers on your screen over the url, when the copy and paste pop up comes up, select 'Select all' then 'Copy'.

    Then come back into the main typing area, tap a blank area of it until the little arrow comes up, then select tap that arrow until a pop up that says 'paste' comes up. Paste the url.

    Now when you hit send it will post the image Wink.

    -Brandon



    How can I change the post-color text? Brando10
    Remember to mark your topic How can I change the post-color text? Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    How can I change the post-color text? Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points