Recent Topics

1 Sep 18, 2006 05:40    

hi
im just new on this
i just install this blog system on my server
and i would like to know how can i change the title header (i mean, format, size, ...) and in wich document i have to do that

i leave my blog for you to see what im talking about.
http://pabloscillia.com.ar/blog/blogs/index.php

im talking about that text

thanks
pablo.

2 Sep 18, 2006 05:56

Hi
You can change the color, the size, the font and the hover via your CSS file... The one you change is the h1 tags

/* Begin styles for headers */
h1, h2, h3 {
font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
font-weight : bold;
}

h1 {
font-size : 4em;
text-align : center;
padding-top : 70px;
margin : 0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
text-decoration : none;
color : white;
}

What change do you want to make to it?

3 Sep 18, 2006 06:11

thanks a lot!
i want to change the font type, size, and position
i already made it
thanks!


Form is loading...