News:

Create A Forum Installed

Author Topic: Changing default font sizes when writing posts  (Read 1109 times)

0 Members and 0 Guests are viewing this topic.

Offline Michael

  • Newbie
  • *
  • Posts: 3
  • Karma: 1
    • View Profile
Changing default font sizes when writing posts
« on: November 24, 2015, 02:48:07 pm »
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

Share on Facebook Share on Twitter


Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7151
  • Karma: 326
    • View Profile
Re: Changing default font sizes when writing posts
« Reply #1 on: November 24, 2015, 02:54:23 pm »
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: [Select]
body {
    background: #e9eef2 url("http://cdn.smfboards.com/caf/images/theme/backdrop.png") repeat-x scroll 0 0;
    font: 78%/130% Verdana,Arial,Helvetica,sans-serif;
    margin: 0 auto;
    padding: 15px 0;
}
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline Michael

  • Newbie
  • *
  • Posts: 3
  • Karma: 1
    • View Profile
Re: Changing default font sizes when writing posts
« Reply #2 on: November 24, 2015, 02:58:38 pm »
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.

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7151
  • Karma: 326
    • View Profile
Re: Changing default font sizes when writing posts
« Reply #3 on: November 24, 2015, 03:05:00 pm »
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.
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline Michael

  • Newbie
  • *
  • Posts: 3
  • Karma: 1
    • View Profile
Re: Changing default font sizes when writing posts
« Reply #4 on: November 24, 2015, 03:38:36 pm »
OK, thanks.




 

Related Topics

  Subject / Started by Replies Last post
3 Replies
1427 Views
Last post May 12, 2012, 03:36:12 pm
by CreateAForum
1 Replies
1244 Views
Last post November 06, 2017, 02:36:46 am
by Nattie
0 Replies
521 Views
Last post September 19, 2017, 02:09:41 pm
by geckogirl
0 Replies
243 Views
Last post February 22, 2018, 05:27:35 am
by jude
1 Replies
873 Views
Last post December 04, 2019, 07:07:11 pm
by CreateAForum