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.

text the text box too small

3 posters

Go down

Solved text the text box too small

Post by Gwim_Weaper Fri Mar 24 2017, 19:05

The fonts are all increased for easy viewing, but when a member is typing a post, the text is too small

https://www.wigan-rejects.com/


Any way the font size can be increased when typing a message out?
Gwim_Weaper
Gwim_Weaper
Forumember

Posts : 47
Reputation : 1
Language : English

http://wigan-rejects.forumotion.co.uk

Back to top Go down

Solved Re: text the text box too small

Post by Draxion Sat Mar 25 2017, 00:14

Hi there, @Gwim_Weaper. Add this to your JavaScirpts.

Admin Panel --> Modules --> HTML & JavaScripts --> JavaScript Codes Management.

Create a new JavaScript.
Title: Text in Editor (or anything else you desire)
Placement: In all pages
Code:
$(function() {
  $(function() {
    $(".sceditor-container iframe").contents().find("head").append("<style>body,html,code:before,p,table{color:#FFFFFF!important;font-size:14px!important;background-color:#000!important;}</style>")
  })
});

Next, add this to your CSS Stylesheet.

Admin Panel --> Display --> Colors --> CSS Stylesheet
Code:
.sceditor-container {
  background-color: #000000 !important;
}

.sceditor-container textarea {
  color: #fff !important;
  font-size: 14px !important;
}
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: text the text box too small

Post by Gwim_Weaper Sat Mar 25 2017, 11:31

Superb. Changed colous and size. Works perfect. I'll buy you a big orange when next I see you. Smile

Many thanks

Solved.
Gwim_Weaper
Gwim_Weaper
Forumember

Posts : 47
Reputation : 1
Language : English

http://wigan-rejects.forumotion.co.uk

Back to top Go down

Solved Re: text the text box too small

Post by Draxion Sat Mar 25 2017, 11:33

You're very welcome. Have yourself a good day! Smile
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: text the text box too small

Post by SLGray Sat Mar 25 2017, 19:12

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


text the text box too small 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 : 51453
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