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.

Quick reply box text color

4 posters

Go down

Solved Quick reply box text color

Post by Jonny Hurricane 25/5/2020, 20:09

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 27/5/2020, 09:51; edited 1 time in total
Jonny Hurricane
Jonny Hurricane
New Member

Posts : 4
Reputation : 1
Language : English

https://carnivalofwrestling.forumotion.com/

Back to top Go down

Solved Re: Quick reply box text color

Post by Ape 25/5/2020, 21:12

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;
}


phpBB3 - Quick reply box text color Left1212phpBB3 - Quick reply box text color Center11phpBB3 - Quick reply box text color Right112
phpBB3 - Quick reply box text color Ape_b110
phpBB3 - Quick reply box text color Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Quick reply box text color

Post by mSyx 25/5/2020, 22:10

Hey there,
If you're talking about the actual quick reply box;
phpBB3 - 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; }
mSyx
mSyx
Forumember

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

https://help.forumotion.com/

Back to top Go down

Solved Re: Quick reply box text color

Post by Jonny Hurricane 26/5/2020, 09:41

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
Jonny Hurricane
Jonny Hurricane
New Member

Posts : 4
Reputation : 1
Language : English

https://carnivalofwrestling.forumotion.com/

Back to top Go down

Solved Re: Quick reply box text color

Post by skouliki 26/5/2020, 09:51

hello

replace the code mSyx gave you with this

Code:

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

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Quick reply box text color

Post by Jonny Hurricane 26/5/2020, 09:56

Text color is still black.
Jonny Hurricane
Jonny Hurricane
New Member

Posts : 4
Reputation : 1
Language : English

https://carnivalofwrestling.forumotion.com/

Back to top Go down

Solved Re: Quick reply box text color

Post by skouliki 26/5/2020, 10:12

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

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Quick reply box text color

Post by mSyx 26/5/2020, 10:49

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;
}
mSyx
mSyx
Forumember

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

https://help.forumotion.com/

Back to top Go down

Solved Re: Quick reply box text color

Post by skouliki 26/5/2020, 11:04

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
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Quick reply box text color

Post by Jonny Hurricane 27/5/2020, 09:51

Awesome! All fixed now thanks everyone.
Jonny Hurricane
Jonny Hurricane
New Member

Posts : 4
Reputation : 1
Language : English

https://carnivalofwrestling.forumotion.com/

Back to top Go down

Solved Re: Quick reply box text color

Post by Ape 27/5/2020, 12:01

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


phpBB3 - Quick reply box text color Left1212phpBB3 - Quick reply box text color Center11phpBB3 - Quick reply box text color Right112
phpBB3 - Quick reply box text color Ape_b110
phpBB3 - Quick reply box text color Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum