Styling post meta data
-
Right now my post meta data reads like this — BY JOE SMITH ON FEBRUARY 8, 2008 — and I would like to change it to — By JOE SMITH on FEBRUARY 8, 2008. How can I style it likewise?
My CSS codes —
<p class="postmetadata2">By Joe Smith on <?php the_time('F jS, Y'); ?> <?php edit_post_link(__('{Edit}'), ''); ?></p>
.postmetadata2 { text-transform: uppercase; letter-spacing: 1px; font-size: 11px; position: relative; bottom: 5px; }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Styling post meta data’ is closed to new replies.