My current code when I click on CSS edit is:
#site-title {
font:bold 100px/100% Georgia, Helvetica, Arial, sans-serif;
font-variant:small-caps;
font-weight:100;
letter-spacing:-1px;
text-shadow:1px 1px 1px rgba(255,255,255,0.5);
margin:10px 0 0;
padding:0;
}
h1 {
text-align:center;
}
h1.post-title {
font:normal 32px/130% Georgia, helvetica, Arial, sans-serif;
text-shadow:1px 1px 1px #fff;
margin:1px 0 0;
padding:1px 0 0;
}
)();
.menu {
background:#fff;
border-bottom-width:4px;
clear:both;
font-size:18px;
font-style:normal;
line-height:100%;
list-style:none;
overflow:visible;
border-color:#d2d2d2;
border-style:solid;
margin:0;
padding:0;
}
I have no idea where to put the code that Google Analytics gave me. A lot of people said to put it in the header or footer area, or before the "body" part but I don't have these in my code. Could someone please help. Thanks!
The blog I need help with is ucolumns.wordpress.com.