Hi,
I didn't want to ask this question because it seems like an easy one but after screwing around for a day I though I would just ask. I want to change the post title attributes - font size, weight, color and color on hover etc. for the post title. In the header.php I found this
div.post-headline {
<?php echo $bfa_ata_post_headline_style; ?>
}
div.post-headline h3 {
<?php echo $bfa_ata_post_headline_style_text; ?>
}
div.post-headline h3 a:link,
div.post-headline h3 a:visited,
div.post-headline h3 a:active {
<?php echo $bfa_ata_post_headline_style_links; ?>
}
div.post-headline h3 a:hover {
<?php echo $bfa_ata_post_headline_style_links_hover; ?>
}
I assume this is where I need to change it but I don't know what to do in here and I don't want to change anything and screw it up. My site is below:
The Fundamental Analyst