URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Style Support
       *****************************************************
       #Post#: 16565--------------------------------------------------
       Changing default font sizes when writing posts
   DIR By: Michael
       Date: November 24, 2015, 8:48 am
       ---------------------------------------------------------
       Hello,
       I'm a member of a forum where it seems that many or most
       members, myself included, have somewhat less than perfect
       eyesight. As a result most members change the font size in all
       their posts to 12px or 14px rather than the standard default of
       10px.
       We'd like to change the default font size in posts to 12px so
       that members don't have to do this manually every time.
       In searching around the internet I found a proposed solution
       which was to add a font-size=12px in the style css file inside
       the .inner tag.  This did not work.
       Is there a way to set the default text size to 12px for posts?
       Thanks for your help,
       Mike
       #Post#: 16566--------------------------------------------------
       Re: Changing default font sizes when writing posts
   DIR By: CreateAForum
       Date: November 24, 2015, 8:54 am
       ---------------------------------------------------------
       Admin -> Manage Styles then edit the default style to change the
       css.
       It is in the body tag css you have to change the percent values
       I believe.
       --- Code ---
       
       body {
       background: #e9eef2
       url("
  HTML http://cdn.smfboards.com/caf/images/theme/backdrop.png")<br
       />repeat-x scroll 0 0;
       font: 78%/130% Verdana,Arial,Helvetica,sans-serif;
       margin: 0 auto;
       padding: 15px 0;
       }
       
       --- End Code ---
       #Post#: 16567--------------------------------------------------
       Re: Changing default font sizes when writing posts
   DIR By: Michael
       Date: November 24, 2015, 8:58 am
       ---------------------------------------------------------
       Thank you.
       Will that change the font size of just the posts or for
       everthing in the body?
       We don't need, for example, the user names to be any bigger.
       #Post#: 16568--------------------------------------------------
       Re: Changing default font sizes when writing posts
   DIR By: CreateAForum
       Date: November 24, 2015, 9:05 am
       ---------------------------------------------------------
       I believe it will do everything. You might be able to target
       just the post area with css but I do not know how to do so as I
       am not a CSS expert.
       #Post#: 16569--------------------------------------------------
       Re: Changing default font sizes when writing posts
   DIR By: Michael
       Date: November 24, 2015, 9:38 am
       ---------------------------------------------------------
       OK, thanks.
       *****************************************************
       Page 1 of 1