text the text box too small Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    text the text box too small

    Gwim_Weaper
    Gwim_Weaper
    Forumember


    Posts : 47
    Reputation : 1
    Language : English

    Solved text the text box too small

    Post by Gwim_Weaper Fri 24 Mar 2017 - 18: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?
    Draxion
    Draxion
    Helper
    Helper


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

    Solved Re: text the text box too small

    Post by Draxion Fri 24 Mar 2017 - 23: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;
    }
    Gwim_Weaper
    Gwim_Weaper
    Forumember


    Posts : 47
    Reputation : 1
    Language : English

    Solved Re: text the text box too small

    Post by Gwim_Weaper Sat 25 Mar 2017 - 10:31

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

    Many thanks

    Solved.
    Draxion
    Draxion
    Helper
    Helper


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

    Solved Re: text the text box too small

    Post by Draxion Sat 25 Mar 2017 - 10:33

    You're very welcome. Have yourself a good day! Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: text the text box too small

    Post by SLGray Sat 25 Mar 2017 - 18: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.