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 font in threads and categories/topics

2 posters

Go down

Solved Default font in threads and categories/topics

Post by villageexample March 8th 2012, 2:46 pm

Hi I'm using phpBB2 for my forum and I was wondering,
Is it possible that you can change the default font size of all text on the forum?

For example, the categories and topic titles will always be font size 14 and the content that is written into a thread will also be a default size of 14?

Edit:

Also is it possible that I can edit the Login Popup?
For example I want to change the button Register to something else, is this possible?

Thanks


Last edited by villageexample on March 8th 2012, 3:27 pm; edited 2 times in total
villageexample
villageexample
Forumember

Male Posts : 32
Reputation : 1
Language : english

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by Sanket March 8th 2012, 2:50 pm

Code:
.topictitle, h1, h2{
Font-size:14px;
}
.postbody{
Font-size:14px;
}
Add this to your css & check.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by villageexample March 8th 2012, 2:56 pm

Nothing changed Sad, I have also tried using the simple CSS editor and changing the Main, Links and Post and Categories font size to 14 and bigger but there hasnt been any change
villageexample
villageexample
Forumember

Male Posts : 32
Reputation : 1
Language : english

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by Sanket March 8th 2012, 2:56 pm

Code:
        .topictitle, h1, h2{
        Font-size:14px !important;
        }
        .postbody{
        Font-size:14px !important;
        }
Add this & check.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by villageexample March 8th 2012, 3:00 pm

That works! However the font size of forum titles and descriptions are still smaller, the thread titles and content size have worked fine.


EDIT:

OK I FIXED THAT.
I just need to add in:
<span style="font-size: 14px; line-height: normal"> title or description </span>.

Now as i mentioned before, with the login popup, is it possible for me to edit this in any way? I want to change one of the buttons , can this be done?


Last edited by villageexample on March 8th 2012, 3:05 pm; edited 1 time in total
villageexample
villageexample
Forumember

Male Posts : 32
Reputation : 1
Language : english

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by Sanket March 8th 2012, 3:04 pm

Code:
.genmed {
Font-size: 14px !important;
}
Add this to your css.

Also, to change the size of the forum font titles.
General>Categories and Forums
Click on a forum name & edit.
Code:
<font size="3">Forum Title</font>
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by villageexample March 8th 2012, 3:10 pm

Awesome, thats great!

Now as i mentioned before, with the login popup, is it possible for me to edit this in any way? I want to change one of the buttons , can this be done?
villageexample
villageexample
Forumember

Male Posts : 32
Reputation : 1
Language : english

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by Sanket March 8th 2012, 3:26 pm

I am afraid, its not possible. Sorry.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by villageexample March 8th 2012, 3:26 pm

Aww okay, no worries, thank you very much for your help!
villageexample
villageexample
Forumember

Male Posts : 32
Reputation : 1
Language : english

Back to top Go down

Solved Re: Default font in threads and categories/topics

Post by Sanket March 8th 2012, 3:29 pm

Topic Solved & Locked
Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top


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