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.

Change the color of the words.

4 posters

Go down

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
Pawnoff
Pawnoff
New Member

Posts : 9
Reputation : 1
Language : Bulgarian

http://classic-plague.bulgarianforum.net/

Back to top Go down

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 : 51452
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51452
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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.
Pawnoff
Pawnoff
New Member

Posts : 9
Reputation : 1
Language : Bulgarian

http://classic-plague.bulgarianforum.net/

Back to top Go down

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.
Ace
Ace
Forumember

Posts : 250
Reputation : 49
Language : Portuguese & English

http://ajuda.forumeiros.com/u39577

Back to top Go down

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.
Pawnoff
Pawnoff
New Member

Posts : 9
Reputation : 1
Language : Bulgarian

http://classic-plague.bulgarianforum.net/

Back to top Go down

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.
Ace
Ace
Forumember

Posts : 250
Reputation : 49
Language : Portuguese & English

http://ajuda.forumeiros.com/u39577

Back to top Go down

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
Pawnoff
Pawnoff
New Member

Posts : 9
Reputation : 1
Language : Bulgarian

http://classic-plague.bulgarianforum.net/

Back to top Go down

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
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

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!
Ace
Ace
Forumember

Posts : 250
Reputation : 49
Language : Portuguese & English

http://ajuda.forumeiros.com/u39577

Back to top Go down

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
Pawnoff
Pawnoff
New Member

Posts : 9
Reputation : 1
Language : Bulgarian

http://classic-plague.bulgarianforum.net/

Back to top Go down

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
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

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.
Pawnoff
Pawnoff
New Member

Posts : 9
Reputation : 1
Language : Bulgarian

http://classic-plague.bulgarianforum.net/

Back to top Go down

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!
Ace
Ace
Forumember

Posts : 250
Reputation : 49
Language : Portuguese & English

http://ajuda.forumeiros.com/u39577

Back to top Go down

Back to top

- Similar topics

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