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

    Quick reply box text color

    Jonny Hurricane
    Jonny Hurricane
    New Member


    Posts : 4
    Reputation : 1
    Language : English

    Solved Quick reply box text color

    Post by Jonny Hurricane May 26th 2020, 3:09 am

    Technical Details


    Forum version : #phpBB3
    Position : Founder
    Concerned browser(s) : Google Chrome, Other
    Who the problem concerns : All members
    Forum link : https://carnivalofwrestling.forumotion.com/

    Description of problem

    My text in the quick reply box default is black and I need it to be white so it can be seen in the quick reply box. I fixed it once but for some reason it decided to go back to black.


    Last edited by Jonny Hurricane on May 27th 2020, 4:51 pm; edited 1 time in total
    Ape
    Ape
    Administrator
    Administrator


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

    Solved Re: Quick reply box text color

    Post by Ape May 26th 2020, 4:12 am

    Hello Hello @Jonny Hurricane and welcome  Shake to the English support Forum.

    Please add this to you CSS files at the top or bottom of the style sheet Wink then Save Wink


    Code:
    body{
    color: #FFF !important;
    }



    Quick reply box text color Left1212Quick reply box text color Center11Quick reply box text color Right112
    Quick reply box text color Ape_b110
    Quick reply box text color Ape1010
    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    Solved Re: Quick reply box text color

    Post by mSyx May 26th 2020, 5:10 am

    Hey there,
    If you're talking about the actual quick reply box;
    Quick reply box text color Screenshot-64

    Try adding this code to your CSS:
    Code:
    .sceditor-container iframe, .sceditor-container textarea {
    background-color: #fff !important; }
    Jonny Hurricane
    Jonny Hurricane
    New Member


    Posts : 4
    Reputation : 1
    Language : English

    Solved Re: Quick reply box text color

    Post by Jonny Hurricane May 26th 2020, 4:41 pm

    Thank you mSyx. Not exactly what I was wanting to do but at least members can see the text now.

    I tried Ape's code and it did nothing. I would prefer the text of the box to be changed from black to white and keep the quick reply background black but hey this works
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Quick reply box text color

    Post by skouliki May 26th 2020, 4:51 pm

    hello

    replace the code mSyx gave you with this

    Code:

    .sceditor-container iframe, .sceditor-container textarea {
        background: #000 !important;
        color: #fff;
    }

    Jonny Hurricane
    Jonny Hurricane
    New Member


    Posts : 4
    Reputation : 1
    Language : English

    Solved Re: Quick reply box text color

    Post by Jonny Hurricane May 26th 2020, 4:56 pm

    Text color is still black.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Quick reply box text color

    Post by skouliki May 26th 2020, 5:12 pm

    can you give me a test account ( send the info by pm)
    because your forum is closed to guests

    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    Solved Re: Quick reply box text color

    Post by mSyx May 26th 2020, 5:49 pm

    Hi again,
    My bad, misunderstood the issue.

    The following CSS should work:
    Code:
    .sceditor-container iframe, .sceditor-container textarea {
        background-color: black !important;
        color: white !important;
    }
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Quick reply box text color

    Post by skouliki May 26th 2020, 6:04 pm

    add this

    Code:

    .sceditor-container iframe, .sceditor-container textarea {
        background: #000 !important;
          color: #fff !important;
    }

    Your PM has been received with thanks.
    Please read our forum rules: ESF General Rules

    Jonny Hurricane
    Jonny Hurricane
    New Member


    Posts : 4
    Reputation : 1
    Language : English

    Solved Re: Quick reply box text color

    Post by Jonny Hurricane May 27th 2020, 4:51 pm

    Awesome! All fixed now thanks everyone.
    Ape
    Ape
    Administrator
    Administrator


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

    Solved Re: Quick reply box text color

    Post by Ape May 27th 2020, 7:01 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    Quick reply box text color Left1212Quick reply box text color Center11Quick reply box text color Right112
    Quick reply box text color Ape_b110
    Quick reply box text color Ape1010

      Current date/time is September 22nd 2024, 8:18 pm