Bold Post Titles
-
I am trying to bold my post titles using the following in the stylesheet:
#newscontent h1{font-size:14px; color:#194583; font-weight:bold; margin-bottom:5px;}However on the live site the heading is still showing as 12px with #333 as the colour and not bold. I have set the page template (Single Post) with:
<div id=”newscontent”>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<div id=”post-<?php the_ID(); ?>” <?php post_class(‘post’); ?>><article>
<h1><?php the_title(); ?></h1>What am I doing wrong?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Bold Post Titles’ is closed to new replies.