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 quick reply text color..

2 posters

Go down

Solved Change quick reply text color..

Post by Guest January 14th 2014, 4:30 am

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 Sad
avatar
Guest
Guest


Back to top Go down

Solved Re: Change quick reply text color..

Post by Guest January 15th 2014, 12:18 am

Still need help with this any help please Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Change quick reply text color..

Post by Ange Tuteur January 15th 2014, 12:57 am

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>")
            });
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Change quick reply text color..

Post by Guest January 15th 2014, 1:56 am

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>")
            });
You sir are awesome!! I just wish I knew where the ids where on the stuff.

On topic: That worked. Problem solved.
avatar
Guest
Guest


Back to top Go down

Solved Re: Change quick reply text color..

Post by SLGray January 15th 2014, 1:58 am

You can right click on an area and press Inspect Element in Firefox.

Topic Solved & Locked


Change quick reply text color.. 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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