Default font in threads and categories/topics
2 posters
Page 1 of 1
Default font in threads and categories/topics
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
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- Forumember
- Posts : 32
Reputation : 1
Language : english
Re: Default font in threads and categories/topics
- Code:
.topictitle, h1, h2{
Font-size:14px;
}
.postbody{
Font-size:14px;
}
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Default font in threads and categories/topics
Nothing changed , 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- Forumember
- Posts : 32
Reputation : 1
Language : english
Re: Default font in threads and categories/topics
- Code:
.topictitle, h1, h2{
Font-size:14px !important;
}
.postbody{
Font-size:14px !important;
}
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Default font in threads and categories/topics
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?
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- Forumember
- Posts : 32
Reputation : 1
Language : english
Re: Default font in threads and categories/topics
- Code:
.genmed {
Font-size: 14px !important;
}
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- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Default font in threads and categories/topics
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?
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- Forumember
- Posts : 32
Reputation : 1
Language : english
Re: Default font in threads and categories/topics
I am afraid, its not possible. Sorry.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Default font in threads and categories/topics
Aww okay, no worries, thank you very much for your help!
villageexample- Forumember
- Posts : 32
Reputation : 1
Language : english
Re: Default font in threads and categories/topics
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Change Default Font
» How to change font size and family of topics titles
» Replace folder image with a text (folder image = image od topics, new topics, and locked topics of the categories and forums)
» Moving Forum categories and topics.
» Icons for topics/categories request! :)
» How to change font size and family of topics titles
» Replace folder image with a text (folder image = image od topics, new topics, and locked topics of the categories and forums)
» Moving Forum categories and topics.
» Icons for topics/categories request! :)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum