The font used in Quick Reply and Edit Post is too small

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PamelaE
    Senior Member
    • Feb 2005
    • 345

    #46
    Right. But that doesnt help all the people who cant see it now. I can see it in firebug:

    .wysiwyg {
    font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif !important;
    font-size:13px !important;

    But what template is this in?

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #47
      Just add this to the template additional.css:
      Code:
      .wysiwyg {
      font-size:16px !important;
      }
      Just change 16 to whatever you want.

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools <- awesome site for html/css help

      Comment

      • ximcix
        Senior Member
        • May 2004
        • 115

        #48
        Thanks a lot.
        This is what helped me:
        Originally posted by SpankMe
        I use standard editor for quick reply and I sorted it by adding font-size: 14px; to .editor_textbox textarea in editor.css

        .editor_textbox textarea,
        .editor_textbox iframe {
        width:99%;
        height:200px;
        float:none;
        background-color:{vb:stylevar textedit_background.backgroundColor};
        font-size: 14px;
        }


        Looks good in FF, Opera & Chrome.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...