How to change the overall font size?
How to change the overall font size?
I'd like to change the font size of all normal fonts, meaning everything that isn't topic titles etc. How can I do this?
Asking because I've chosen a new font face but at it's current size it's too small.
Asking because I've chosen a new font face but at it's current size it's too small.
Guest- Guest
Re: How to change the overall font size?
Hi,
Try this css code...
If it doesn't work, provide a link to your forum.
Try this css code...
- Code:
body {
font-size: 15px;
}
If it doesn't work, provide a link to your forum.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: How to change the overall font size?
Never mind, I totally found the basic editor part e.e...
Okay, well here's another font question : How to change...
1. Only the forum links font.
2. The headers in the category font (Category Title, Topics, Posts, Last Posts).
Okay, well here's another font question : How to change...
1. Only the forum links font.
2. The headers in the category font (Category Title, Topics, Posts, Last Posts).
Guest- Guest
Re: How to change the overall font size?
For link font color...
For category title color...
For topics, posts, lastpost title..g.
- Code:
a {
color: red;
}
For category title color...
- Code:
.table-title h2 {
color: red;
}
For topics, posts, lastpost title..g.
- Code:
.header .topics , .header .posts , .header .lastpost {
color: red;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

» Can't change font size of forum descriptions and font color of site description
» HOW DO YOU CHANGE FONT AND FONT SIZE IN HEADER?
» I Can't Change my Font Size
» Change Font Size?
» Change font size??
» HOW DO YOU CHANGE FONT AND FONT SIZE IN HEADER?
» I Can't Change my Font Size
» Change Font Size?
» Change font size??
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum