Forums
Home / Themes and Templates / Underline Post title
(@weiler14)
15 years, 4 months ago
is there a way to underline Only the title in a post?
:X
(@shadd)
open up the single.php file in your theme folder. Look for the following line:
<?php the_title(); ?>
Change to:
<span style=”text-decoration: underline”><?php the_title(); ?></span>