Recent Topics

1 Jul 31, 2005 22:23    

ok, ive edited the kubrick skin to my needs www.eljacek.info , at least the header image, but i would like to change the color of the header text and tagline. I've looked in a bunch of the .css files but i cant seem to find the code that relates to the blog's "full name and tagline".

i also take the terms "full name" and "tagline" from the admin menu blogs tab -> general tab.

thanx,

- jamigre

2 Aug 01, 2005 00:18

The tagline has a class=description, so find this section of kubrick2evo.css and change the color:

.description {
font-size : 1.2em;
text-align : center;
color : white;
}

And this chunk of code is controlling your title, which is a h1 inside of div id=header:

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


Form is loading...