|
#1
|
|||
|
|||
|
changing font size
Hello, I'm using Focus and would like to increase the font of my site title. I've searched through the templates and i'm not finding it. I could really use a point in the right direction.
thanks |
|
#2
|
||||
|
||||
|
Look in your templates stylesheet, AKA the css file.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#3
|
|||
|
|||
|
i just don't see it
/* Written by: Fred-Eric Lafaille Written for: Pixelpost 1.7.1 www: http://www.pixelpost.org/ LAST UPDATED: 23-03-20088 www: http://lafaille.ca/ Contact: fred-eric [at] lafaille [dot] ca Copyright (c) 2008 <http://wwww.lafaille.ca/> License: http://www.gnu.org/copyleft/gpl.html This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ body { background: black; color: #999999; } a, a:link, a:visited { color: #999999; text-decoration: none; } a:hover { color: #669933; } #photobox { background: white url(../images/loading.gif) no-repeat center center; } #picture-frame-size { border: 0px solid #222222; background: #111111; } #menu_background { background : transparent url("../images/dark/header.png") repeat; /* background: #222222; */ /* border-bottom: 1px solid #444444; */ } #footer_background { background : transparent url("../images/dark/footer.png") repeat center center; /* background: #222222; */ /* border-top: 1px solid #444444; */ } #navigation { } .announce { border-top: 1px dotted silver; border-bottom: 1px dotted silver; } #navigation .nav-left { font-weight: bold; } #comment-inner { background: #222222; } #comment-inner { border : 1px solid #666666; } #previous-next-link { border-top : 1px dotted #222222; } #copyright { } #copyright, #copyright a, #copyright a:link, #copyright a:visited { color : #666666; } #copyright a:hover { color : #cccccc; } input { background: #444444; border: 1px solid #666666; color: #ebebeb; } textarea { background: #444444; border: 1px solid #666666; color: #ebebeb; } form { color: #666666; padding: 15px; } /* comment section */ #comments li { color : #666666; border : 1px solid #666666; } #comments li:hover { color : #ebebeb; background : #444444; } #comments li a { color : #669933; } #comments li a:hover { color : #669933; } #comment-transition:hover { color: silver; /* background : #444444; */ } #comment-transition img { border: 1px solid silver; } |
|
#4
|
||||
|
||||
|
OK, so try adding it:
HTML Code:
body {
background: black;
color: #999999;
font-size: 14px;
}
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
| Post Reply |
| Thread Tools | |
|
|