I ended up using FireBug in FireFox in the end. I was able to make a few changes now that I have utilized that tool but there is one area that is completely stumping me. The code looks very different from the other things I’ve changed. It’s the “Category” text underneath my Post title when on the home page. I used the select tool to see the css for it but the code is so different looking that I don’t know how to go about getting rid of it or hiding it. Do you know how I do that? Here is what the code looks like:
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
font-size: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}
Is this even the correct css for that category text?