Can anyone see whats wrong here?
-
I changed the post titles of my wordpress blog to H1. I added code the style.css file, but there is no change in the appearance, the css code doesn’t seem to have any affect! Has anyone any suggestions for this? Its driving me crazy!
Single post code:
<?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to'); ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
Style.css code:
post.h1 { font:1.7em/150% helvetica,"trebuchet ms",arial,tahoma,verdana,sans-serif; color:#333; border-bottom:1px solid #ddd; font-weight:normal; }
The blog is at https://www.livewithoutwork.com
Thanks for any help at all!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can anyone see whats wrong here?’ is closed to new replies.