Where can I change the font size and color on this style?
<h1 class='post-title no_cufon'>
Where can I change the font size and color on this style?
<h1 class='post-title no_cufon'>
Hi casparm,
You can add this code to your custom.css in your /css/ folder.
#top .post-title {
color: #555;
font-size: 15px;
}
.post-title a {
color: #555;
}
I included the second snippet for titles that are also links.
Regards,
Mya
You must log in to post.