Hi,
I'm currently starting on K2 and customizing it. My site is http://www.brokensilence.us/WordpressTest
Im trying to change the font color of my blog but it doesn't seem to be changing. This is my code. Could someone please help out and see what is wrong. Thanks
body {font-family: "century gothic";
background: #ffffff;
font-size: 65%;
color: 101071;
margin: 0 !important;
_margin: 0 !important;
padding-top: 0px;
padding-bottom: 0px;
}
#page {
width: 800px; /* Width of entire blog */
_width: 760px; /* Check in IE and adjust accordingly */
border: none;
}
ul.menu {
display: none;
}
h1{
display: none;
}
#header .description {
display: none;
}
#header-title {
width: 100%;
float: center;
}
#header {
background: #ffffff url('LogoLong3.jpg') no-repeat !important;) !important;
height: 225px !important; /*sets the height of header*/
_height: 126px !important; /*IE tweak*/
border: none !important;
padding: 0;
margin: 0;
position: center;
}