Hi I have installed the poratl and very happy with it, I am wodering though, how to increase the text size within. RECENT, it seems really small is this somehow connected to the font size of wordgraph?
http://www.discussuc.com
Font size
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Font size
Open root\styles\prosilver\template\portal\block\recent.html
and remove all and
and remove all
Code: Select all
<small>
Code: Select all
</small>
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
-
Topic author - Active Member
- Posts: 8
- Joined: 22. June 2008 14:30
Re: Font size
Thanks Kevin,
How do I change the background color in Custom Centre ? I want to change it to white only ?
Cheers
Dean
How do I change the background color in Custom Centre ? I want to change it to white only ?
Cheers
Dean
-
- Former Team Member
- Posts: 625
- Joined: 19. January 2008 23:56
- phpBB.de User: thomas.d
- phpBB.com User: thomas.d
- Contact:
Re: Font size
Hi Dean,deanandeva wrote:How do I change the background color in Custom Centre ? I want to change it to white only ?
what do you mean with "Custom Centre"?
Basically colour-settings are made in the appropriate css-files. To find out which css to alter you may
Open
root/styles/*your_style*/template/portal/block/*any_block.html*
Then look which classes are used, for example
<div class="panel">
Don't forget to purge your cache after uploading the altered file/s!
Then go and check which css-files are defining the class "panel", in this case they are
colours.css
common.css
content.css
In colours.css you will find
Code: Select all
.panel {
background-color: #EFF0F0;
color: #323335;
Here you can set your changes, for a white background you will have to use
Code: Select all
background-color: #FFFFFF;
Viele Grüße
Thomas
Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
Thomas
Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |