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.

How to get the post area where you type in each post White?

5 posters

Go down

In progress How to get the post area where you type in each post White?

Post by CharRose15 November 27th 2015, 4:40 am

Technical Details


Forum version : #phpBB3
Position : Administrator
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link : http://tagemporium.forumotion.com/forum

Description of problem

I want the typing area of each post to be white. Just the typing area. Like this area here where I am typing now. But I want every post a member makes to be white just in the posting area. I hope I am explaining this right

Thanks
Charlotte


Last edited by CharRose15 on November 28th 2015, 1:54 am; edited 1 time in total
CharRose15
CharRose15
Forumember

Posts : 44
Reputation : 1
Language : English

http://tagemporium.forumotion.com/forum

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by TheCrow November 27th 2015, 4:56 am

Hello @CharRose15,

Add the below code in your css and it should be just fine:
Code:
.sceditor-container textarea { color:#000!important }
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by CharRose15 November 27th 2015, 5:01 am

It's not working Sad
CharRose15
CharRose15
Forumember

Posts : 44
Reputation : 1
Language : English

http://tagemporium.forumotion.com/forum

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by TheCrow November 27th 2015, 5:09 am

Ok try replacing the code you added before with this one:
Code:
.sceditor-container iframe, .sceditor-container textarea {
    color: #000000!important;
}
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by CharRose15 November 27th 2015, 5:18 am

Still not working.. Sorry Sad
CharRose15
CharRose15
Forumember

Posts : 44
Reputation : 1
Language : English

http://tagemporium.forumotion.com/forum

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by SLGray November 27th 2015, 8:36 am

Check here:

AP > Display > Colors & Pictures > Colors
Colors Tab
I believe there is an option for editor background (text area).


How to get the post area where you type in each post White? 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by Rhino.Freak November 27th 2015, 3:15 pm

From what I understand, you want White background on the text editor so here try this:
Code:
.sceditor-container iframe, .sceditor-container textarea {
    background: white !important;
    color: black !important;
}

If you want something else, just explain a bit more (hopefully with a screenshot)
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by CharRose15 November 28th 2015, 1:54 am

CSS still did not work but I found the right tab to fix it...

I have another thing I need to ask but will start a new topic ty
CharRose15
CharRose15
Forumember

Posts : 44
Reputation : 1
Language : English

http://tagemporium.forumotion.com/forum

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by TheCrow November 28th 2015, 3:05 am

Is there a test account maybe that we can test this and see your editor because usually we use the above codes to change its background and font color.

Thanks.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by CharRose15 November 28th 2015, 3:34 am

I don't have a test account on the forum I am working on the design on. It will be eventually launched on our site. I changed the post color in the Color area under background area.
CharRose15
CharRose15
Forumember

Posts : 44
Reputation : 1
Language : English

http://tagemporium.forumotion.com/forum

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by CharRose15 November 28th 2015, 3:55 am

Ok not solved my bad. When I change that color it changed my outer color to I didn't notice. I just want my post area color white not everything. so I still need help. I can post a pic if need be.
CharRose15
CharRose15
Forumember

Posts : 44
Reputation : 1
Language : English

http://tagemporium.forumotion.com/forum

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by SLGray November 28th 2015, 4:38 am

Did you follow my instructions?


How to get the post area where you type in each post White? 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by CharRose15 November 28th 2015, 4:52 am

@SLGray Yes I did. that area is already set to white but my area is not white.

Including a preview where you can see it is blue How to get the post area where you type in each post White? Image2_2
CharRose15
CharRose15
Forumember

Posts : 44
Reputation : 1
Language : English

http://tagemporium.forumotion.com/forum

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by SLGray November 28th 2015, 6:19 am

That is not the text editor?  Are you wanting to change the post background?

If yes, add this to your CSS stylesheet:
Code:
.post {
    background-color: #FFFFFF;
}


How to get the post area where you type in each post White? 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by CharRose15 November 29th 2015, 3:12 am

Thank you that did it Very Happy
CharRose15
CharRose15
Forumember

Posts : 44
Reputation : 1
Language : English

http://tagemporium.forumotion.com/forum

Back to top Go down

In progress Re: How to get the post area where you type in each post White?

Post by brandon_g November 29th 2015, 3:22 am

Hello,
Is this solved?

-Brandon


How to get the post area where you type in each post White? Brando10
Remember to mark your topic How to get the post area where you type in each post White? Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

How to get the post area where you type in each post White? Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

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

https://www.broadcastingduo.com

Back to top Go down

Back to top

- Similar topics

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