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.
The forum of the forums
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 March 24th 2017, 1:05 pm

    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 March 24th 2017, 6:14 pm

    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 March 25th 2017, 5:31 am

    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 March 25th 2017, 5:33 am

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


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

    Solved Re: text the text box too small

    Post by SLGray March 25th 2017, 1:12 pm

    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.

      Current date/time is November 11th 2024, 3:17 pm