How do increase message font size globally?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • John E. Lester
    Member
    • Mar 2004
    • 34

    How do increase message font size globally?

    I'm not that adept at editing CSS stuff, so I'm not sure how to do this. I looked at the CSS templates and was a bit overwhelmed.

    I'd simply like to make the default font size for the text everyone's posts one font size larger than the default. A lot of visually impaired people use my forums and are having problems.
  • John E. Lester
    Member
    • Mar 2004
    • 34

    #2
    Just bumping this up, since I still haven't been able to figure out how to do this simply.

    Comment

    • Zachery
      Former vBulletin Support
      • Jul 2002
      • 59097

      #3
      If just the font size of the posts

      AdminCP > Styles & Temlpates > Style Manager > Click on << >> > Double Click on postbit templates > Double Click on postbit

      Find
      HTML Code:
         
        <!-- message -->
        <div>$post[message]</div>
        <!-- / message -->
       
      replace it with

      HTML Code:
        
        <!-- message -->
        <div style="font-size: 110%">$post[message]</div>
        <!-- / message -->

      Comment

      • John E. Lester
        Member
        • Mar 2004
        • 34

        #4
        OH fantastic! Thank you so much!

        I couldn't for the life of me figure this out. Thanks for your help. My vision-impaired users thank you immensely.

        Comment

        • Zachery
          Former vBulletin Support
          • Jul 2002
          • 59097

          #5
          This should also allow any browser to control the size of the text, in IE for example if you select large or smaller it should reduce

          Comment

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