WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Font! Empty Font! Wed Sep 01, 2010 10:56 pm

Behavior???


Registered Member
Registered Member
I want the font of my forum bigger, how do I do that?

I tried the ACP>> Colors method, but it didnt work!

http://www.thedungeons.info

2Font! Empty Re: Font! Wed Sep 01, 2010 11:02 pm

Jessica

Jessica
Registered Member
Registered Member
Top right of ACP panel you should see the letter A with a + by it.
Click on that.
I hope this is right anyway

http://www.iGraphics.createforum.eu

3Font! Empty Re: Font! Wed Sep 01, 2010 11:14 pm

ankillien

ankillien
Administrator
Administrator
Try adding this code to the CSS...

Code:
body {
font-size : 15px;
}

4Font! Empty Re: Font! Wed Sep 01, 2010 11:56 pm

Behavior???


Registered Member
Registered Member
I added this code, but its showing different sizes for different Browsers

http://www.thedungeons.info

5Font! Empty Re: Font! Thu Sep 02, 2010 8:57 am

ankillien

ankillien
Administrator
Administrator
Which font you want to change? on posts, on titles or links or what?

6Font! Empty Re: Font! Thu Sep 02, 2010 8:57 pm

Behavior???


Registered Member
Registered Member
The One thats on the posts and Forum Descriptions

http://www.thedungeons.info

7Font! Empty Re: Font! Thu Sep 02, 2010 9:12 pm

ankillien

ankillien
Administrator
Administrator
For post text...

Code:
.postbody {
font-size : 18px;
}

For forum description...

Code:
.genmed {
font-size : 14px;
}

8Font! Empty Re: Font! Thu Sep 02, 2010 10:27 pm

Behavior???


Registered Member
Registered Member
Do I add them to the bottom of my CSS?

http://www.thedungeons.info

9Font! Empty Re: Font! Thu Sep 02, 2010 10:53 pm

ankillien

ankillien
Administrator
Administrator
Yes, you can add it anywhere. If it doesn't work, try adding it to bottom.

10Font! Empty Re: Font! Fri Sep 03, 2010 3:21 am

Guest


Guest
ankillien wrote:Yes, you can add it anywhere.

Everywhere? scratch Not exactly Razz

But anyway it would be better to add it to the bottom Wink

11Font! Empty Re: Font! Fri Sep 03, 2010 8:40 pm

Behavior???


Registered Member
Registered Member
When I add them, all my profile fields are going out of place

http://www.thedungeons.info

12Font! Empty Re: Font! Fri Sep 03, 2010 8:42 pm

ankillien

ankillien
Administrator
Administrator
The above code is for phpBB2. Do you want it for punBB?

13Font! Empty Re: Font! Fri Sep 03, 2010 8:43 pm

Behavior???


Registered Member
Registered Member
Yeah!

http://www.thedungeons.info

14Font! Empty Re: Font! Fri Sep 03, 2010 8:53 pm

ankillien

ankillien
Administrator
Administrator
You should have clarified before Razz

For forum description...

.tcl , .tcr {
font-size : 13px;
}
.tcl a {
font-size : 15px;
}

Change the underlined part, if needed.

For posts...

Code:
.entry-content div {
font-size : 14px;
}

15Font! Empty Re: Font! Sun Sep 05, 2010 7:34 pm

Behavior???


Registered Member
Registered Member
Thankyou So Much Ani!

Solved!

http://www.thedungeons.info

16Font! Empty Re: Font! Sun Sep 05, 2010 9:49 pm

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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