Change quick reply text color..
2 posters
Page 1 of 1
Change quick reply text color..
So last question, didn't want to bumb other thread.. Take a look at this:
http://prntscr.com/2j6esn
&
http://prntscr.com/2j6f3j
Just want white text.. Please help <3
Also this thing.. http://prntscr.com/2j6fbv Fixed this problem.. My css had the words trasnparent..
I can do it myself but Idk the ids yet
http://prntscr.com/2j6esn
&
http://prntscr.com/2j6f3j
Just want white text.. Please help <3
I can do it myself but Idk the ids yet
Guest- Guest
Re: Change quick reply text color..
Hello Ace700,
For source code mode add this to your CSS:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
For WYSIWYG mode create a new script:
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
* Tick in all the pages
For source code mode add this to your CSS:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
.sceditor-container textarea{
color:#fff !important;
}
For WYSIWYG mode create a new script:
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
* Tick in all the pages
- Code:
$(window).load(function () {
$(".sceditor-container iframe").contents().find("head").append("<style>body,html,code:before,p,table{color:#fff!important;}</style>")
});
Re: Change quick reply text color..
You sir are awesome!! I just wish I knew where the ids where on the stuff.Ange Tuteur wrote:Hello Ace700,
For source code mode add this to your CSS:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
.sceditor-container textarea{
color:#fff !important;
}
For WYSIWYG mode create a new script:
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
* Tick in all the pages
- Code:
$(window).load(function () {
$(".sceditor-container iframe").contents().find("head").append("<style>body,html,code:before,p,table{color:#fff!important;}</style>")
});
On topic: That worked. Problem solved.
Guest- Guest
Re: Change quick reply text color..
You can right click on an area and press Inspect Element in Firefox.
Topic Solved & Locked
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Change color of "Quick Reply:" text via CSS
» Quick Reply Text Color
» Quick reply box text color
» Quick Reply Smley Box Background Color
» text Shadow On The Quick Reply
» Quick Reply Text Color
» Quick reply box text color
» Quick Reply Smley Box Background Color
» text Shadow On The Quick Reply
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum