<body <?php body_class(); ?>>
<body>
<body class="archive category category-marketingbytes logged-in">
.category-marketingbytes #wrapper #content a { color: blue; /* Marketing Bytes links will be blue! */}
.archive h2 {}
Those pages don't have a unique opening body tag.
Because that will spit out all of the selectors you could need.
How do I get started? I know very little about php.
Simply replace:
with:
And check the results on your website.
or can I just use archive or single etc.?
If you want to target the category "marketingbytes", for example, you could do this in your css:
So '.archive h2' would target all h2's within any archive page.
single.php is used for posts, page.php is used for pages, etc etc.