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.

how to change polices and size of text?

4 posters

Page 1 of 2 1, 2  Next

Go down

In progress how to change polices and size of text?

Post by zouzou November 8th 2011, 6:41 pm

Hello everybody
Where to change the fonts

Title Font Face :

Main Font Face :

Main Font Size :

these are the 3 things i want to change...

for now i have this: Verdana,Arial
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Guest November 8th 2011, 6:49 pm

Title Font Face :
Code:
@font-face{
font-family: yourFont;
src: url('font_url.ttf'), url('font_url.eot');
}

div.maintitle{
font-family: yourFont;
}
or:
Code:
div.maintitle{
font-family: Verdana;
}

Main Font Face :
Code:
@font-face{
font-family: yourFont;
src: url('font_url.ttf'), url('font_url.eot');
}

body{
font-family: yourFont;
}
or:
Code:
body{
font-family: Verdana;
}

Main Font Size :
Code:
body{
font-size: 16px;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 7:13 pm

i am oblige to do this by modify the code? it's almost alien language for me..
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Guest November 8th 2011, 7:16 pm

zouzou wrote:i am oblige to do this by modify the code? it's almost alien language for me..
So, please say where you want to change the fonts? Title of forum, description, messages, etc. Sorry, because I don't expert in english. Razz
avatar
Guest
Guest


Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 7:19 pm

Gassy wrote:
zouzou wrote:i am oblige to do this by modify the code? it's almost alien language for me..
So, please say where you want to change the fonts? Title of forum, description, messages, etc. Sorry, because I don't expert in english. Razz

me to not expert but seems ok to undertand each other in english

i want to change the forum main 'FORUM' and in topic 'new topic'
Rolling Eyes
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 9:14 pm

line 24 and line 25 of codes i found that:

font-family: Helvetica,sans-serif;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */

so i change the size to 82.5% it's very OK
but to change font: i want to try this one: bahaus 93 normal i try to add like that:
font familly: Bahaus 93 normal

but nothing happen..(no change)
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 8th 2011, 9:26 pm

try this one ,
Code:
.postbody{
font-size: 13px;
}
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 9:31 pm

Richard i appreciate your interest about my topic but as i said:

i change the size to 82.5% it's very OK

but to change font: i want to try this one: bahaus 93 normal
i try to add like that:
font familly: Bahaus 93 normal
your code is to change the resolution i guess (i am not professional at all but i guess for the font size ..yes)
i need some help about :

to change font (for example : how to add the one: bahaus 93 normal?)
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 8th 2011, 9:40 pm

bahaus 93 is a font ?
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 9:53 pm

Richard E wrote:bahaus 93 is a font ?

Bauhaus 93

It is a variant of URW Blippo Black. Only 1 font was produced.

http://en.wikipedia.org/wiki/Bauhaus_%28typeface%29
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 8th 2011, 10:07 pm

Well , im sorry but i never heard about it, i think im going to let someone else to solve this problem
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 10:17 pm

Richard E wrote:Well , im sorry but i never heard about it, i think im going to let someone else to solve this problem

or any other font ..so when i will know how to proceed i can test by myself :wouhou:
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 8th 2011, 10:20 pm

well , did u tryed ..

Code:
.postbody{
font-family: Name of the font;
}
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 10:24 pm

yes i try : font familly: Bahaus 93 normal in the code but nothing...i will try with others 'regulars' fonts
i will let you know here
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 8th 2011, 10:33 pm

Well , u should try , because i never heard of that font ..
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 10:40 pm

i try with some..not working..i will look again tomorrow..no time now..
thanks for all see you!

another question ..before leaving tonight is it possible to hide the BIG advertising central of the forum?
thanks !
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 8th 2011, 10:53 pm

U mean the comercial thing ? No is not possible to hide it for all members , u have to pay by using credit card or via paypal , u can do something , u can hide it only from u , would u like that ?
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 11:15 pm

Richard E wrote:U mean the comercial thing ? No is not possible to hide it for all members , u have to pay by using credit card or via paypal , u can do something , u can hide it only from u , would u like that ?
humm yes off course
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 8th 2011, 11:18 pm

Like i said u can only hide it from u , by doing this steps: ACP=>General=>Forum=>Configuration=>Activate ads : Members and guests
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 11:29 pm

Richard E wrote:Like i said u can only hide it from u , by doing this steps: ACP=>General=>Forum=>Configuration=>Activate ads : Members and guests

in configuration general i saw:

Reduce the number of displays for images advertisments :
Yes No

this is this one?
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 8th 2011, 11:40 pm

the one i just told u is important.
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 8th 2011, 11:54 pm

Richard E wrote:the one i just told u is important.

i cannot find in the links you give me only the one i told you in last post... Sad

there is no : Activate ads in :

ACP=>General=>Forum=>Configuration=>Activate ads : Members and guests ???
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Richard. November 9th 2011, 12:31 am

Yes !
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 9th 2011, 12:56 am

zouzou wrote:
Richard E wrote:the one i just told u is important.

i cannot find in the links you give me only the one i told you in last post... Sad

there is no : Activate ads in :

ACP=>General=>Forum=>Configuration=>Activate ads : Members and guests ???

that means i cannot change what u said bwi
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by SLGray November 9th 2011, 4:55 am

Newer forums do not have the option to change the ads on the forums. You have to use credits to do this.


how to change polices and size of text? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 9th 2011, 8:19 am

slg wrote:Newer forums do not have the option to change the ads on the forums. You have to use credits to do this.
bwi so sad to hear that.. bwi

thanks!
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Nera. November 9th 2011, 9:59 am

Solved or you are still having problems with the font?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 14th 2011, 7:30 pm

hello
long time not here
not solved
let me know how to change to another font..
Bahaus 93 normal i not working
how many font can use on hitskins forum?
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

In progress Re: how to change polices and size of text?

Post by Nera. November 14th 2011, 7:32 pm

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: how to change polices and size of text?

Post by zouzou November 14th 2011, 7:53 pm

i am going now to the site..this is all the fonts i can use on hitskins?no more?

and example i want to use this one:

apple Chancery

how to add?
avatar
zouzou
Forumember

Posts : 39
Reputation : 1
Language : french

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

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