You should decide what do you want to change: the “title” of the blog in the header or the “tagline” – they are 2 different things.
And as a genegfral rule: ALL the styling is defined (and changed) in the stylesheet (CSS).
its the tagline but i dont understand the code too well!
Unfortunately, there is no other way: if you want to modify code… you’ll have to lear to understand it.
In case you don’t want to change anything, WP works great without knowing one thing about code.
http://codex.ww.wp.xz.cn/Finding_Your_CSS_Styles
http://codex.ww.wp.xz.cn/CSS
and all the links from there
A place where many of us started: http://www.w3schools.com/css/default.asp
Hi,
I still havent found the line of code i need to change in to increase the size of my header tagline
Can anyone advise me?
Many thanks
In some themes this is linked to the specs in the body.
~body {
margin: 0;
padding: 0;
background: #E6EEEE url(images/bg.gif) repeat-x;
color: #000;
font-size: 78%;
font-family: “Lucida Sans Unicode”, Tahoma, Geneva, sans-serif;
text-align: center;~
If this so it’s hard to change it.