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.

Default Posting Font Size

+3
Pacific
Goku
ysh4u
7 posters

Go down

Solved Default Posting Font Size

Post by ysh4u April 8th 2009, 1:36 am

For some reason the default (posting) font size of the forum is large, not normal -- how to change this?

clarification - when people make posts on the forum, their default font size (for their post) is large, too large - how do you change their post's default font size

Every time I have to go back and edit almost every single post (anyone who neglects to make the font size smaller) - change for to normal size - which is rather annoying...
avatar
ysh4u
New Member

Posts : 4
Reputation : 0
Language : english

Back to top Go down

Solved Re: Default Posting Font Size

Post by Goku April 8th 2009, 7:22 am

go to ACP--->Display--->Colors---->Css Stylesheet

and at the top you will see

body { written in that body change the font size it would be with this name

font-size: 100%;

change it to whatever you want
avatar
Goku
Forumember

Male Posts : 141
Reputation : 33
Language : English
Location : Pakistan

http://gtau.darkbb.com/forum.htm

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific April 23rd 2009, 1:44 pm

Sorry but it does not work...
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific April 24th 2009, 10:48 pm

Help please!
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by Bpoetic April 24th 2009, 11:00 pm

At the top of your Css Stylesheet:

(Admin > Display > Pictures and Colors > Colors . . . click on CSS Stylesheet

look for this:

Code:
/*Defaults*/
body {
   margin: 0 auto;
   background-color: #6397c9;
   background-image: url('http://i64.servimg.com/u/f64/13/74/63/68/textur10.jpg');
   background-attachment: scroll;
   color: #536482;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   line-height: 135%;
cursor: url("http://illiweb.com/Forum/cible.cur");
   }

Change the font-size:12px to as you wish . . . .

Remember though, your members are capably of changing the font size of their messages from this to this , just by the click of a button.
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

Solved Re: Default Posting Font Size

Post by ankillien April 25th 2009, 4:15 am

This is the code for the posting font size...

For Invision...
Code:
.post-entry {
font-size : 20px;
}

For phpBB3...
Code:
.postbody .content{
font-size : 20px;
}

Add this to Admin Panel > Display > Colors > CSS Stylesheet.
Change the 20px as per your need.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific April 25th 2009, 9:17 pm

Sorry but I use phpbb3. What must I do?
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by Bpoetic April 25th 2009, 9:52 pm

Go to Admin panel > Display > Pictures and colors > Colors

Default Posting Font Size Style_11

click on CSS Style Sheet

When it loads, scroll to the bottom and drop this code in:

Code:
.postbody .content{
font-size : 20px;
}

Change font-size : 20px; to the number/size you want.
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific April 26th 2009, 3:26 pm

Thanks, it works! Is there any way to change the size of the topic's title, when you view a topic?
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by ankillien April 26th 2009, 6:32 pm

Try this code..

Code:
.topic-title {
font-size : 15px;
}

Change the 15px as per need.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific April 27th 2009, 7:01 pm

Thanks, I'll try it!
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by MrMario April 27th 2009, 11:37 pm

Solved?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific May 1st 2009, 3:54 pm

Also, how can I change the size of every posts' title?
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific May 2nd 2009, 8:52 pm

Bump! Can anyone help with my last question?
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by Sanket May 2nd 2009, 9:34 pm

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific May 3rd 2009, 5:29 pm

Pacific wrote:Also, how can I change the size of every posts' title?
Screenshot (thumbnail):
Default Posting Font Size S10
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by ankillien May 3rd 2009, 6:51 pm

Here is the code...

Code:
.postbody .topic-title a {
font-size : 30px;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Default Posting Font Size

Post by Pacific May 3rd 2009, 8:10 pm

Thank you. This is solved.
Pacific
Pacific
Active Poster

Female Posts : 1736
Reputation : 14
Language : Greek, English, French
Location : Exams finished... going to do as much reviews as I can

Back to top Go down

Solved Re: Default Posting Font Size

Post by Sanket May 3rd 2009, 8:40 pm

Since this thread appears to be solved for most of the users, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum