Font size

Current Version: 1.0.6
Released: 09.01.10
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.
Locked

Topic author
deanandeva
Active Member
Posts: 8
Joined: 22. June 2008 14:30

Font size

Post by deanandeva »

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
User avatar

Kevin
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

Post by Kevin »

Open root\styles\prosilver\template\portal\block\recent.html

and remove all

Code: Select all

<small>
and

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!

Topic author
deanandeva
Active Member
Posts: 8
Joined: 22. June 2008 14:30

Re: Font size

Post by deanandeva »

Thanks Kevin,

How do I change the background color in Custom Centre ? I want to change it to white only ?

Cheers


Dean
User avatar

thomas.d
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

Post by thomas.d »

deanandeva wrote:How do I change the background color in Custom Centre ? I want to change it to white only ?
Hi Dean,

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;
This defines the background- and the text-color.

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 |
Locked

Return to “board3 Portal 1.0.x - English Support”