text the text box too small
3 posters
Page 1 of 1
text the text box too small
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?
https://www.wigan-rejects.com/
Any way the font size can be increased when typing a message out?
Re: text the text box too small
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
Next, add this to your CSS Stylesheet.
Admin Panel --> Display --> Colors --> CSS Stylesheet
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;
}
Re: text the text box too small
Superb. Changed colous and size. Works perfect. I'll buy you a big orange when next I see you.
Many thanks
Solved.
Many thanks
Solved.
Re: text the text box too small
Problem solved & topic archived.
|
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
» My text is too small in Invision
» Text area boxes have become small in size
» Lastpost Text area stays small after increasing the width in Category.
» [Done}Small request-to small for me to see
» Asking about get text and replace text in Javascript
» Text area boxes have become small in size
» Lastpost Text area stays small after increasing the width in Category.
» [Done}Small request-to small for me to see
» Asking about get text and replace text in Javascript
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum