global font?
-
Brian, that
h5in the posts was there in the theme or you put it there? Because the validation says it’s not allowed thereI did because I didn’t know how he was controlling the font size. I took it out. I am trying to find out how to change the size to . I see a p in the style.css, but changing the font px didn’t change it.
this is what is on the css
p {
font: 11px/13px verdana, arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 2px;
}I just changed that to 20px/20px nothing changed
I see that the content text is now larger. If you don’t see it, you may need to strong refresh your browser.
Your “global font” is controlled from here:
body {
color: #000000;
background: #efefe7;
margin: 20px;
padding: 0px;
font: 11px verdana, arial, helvetica, sans-serif; <=
}Change that 11px to whatever you want 🙂
I refresh every change. I just closed the browser and opened it again and still no change. Wait! I turned off accelerator and now I can see the changes. arg.
I just wanted to say thank you for all the help. I have learned allot in just a short period of time.
The Codex is up to date, brianbonner, though there are a few things related to version 1.2, it is totally dedicated to 1.5. Take your time, read through things carefully. It’s a lot to learn, but I think you are finally on the right track.
As you get into CSS you will start to see the cascading. The style rules flow downwards. It is not necessary for the designer to fix them one by one to everything possible. We try and style as many things as we can in one go, with one rule. For learning what selects what it takes patience study and trial and error. It may seem harder than *shudder* blogger but you are not comparing like with like. WP is infinitely configurable . You are new to the code and tools. No need to over pressure yourself. Sensibly it is going to take a bit of time. Good luck and welcome to WordPress.
The topic ‘global font?’ is closed to new replies.