@adunning: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
1. Center the text under my featured content images on the home page
#featured-post article .entry-title {
text-align: center;
}
2. Change the color of the “Catch Themes” text-link in the footer, including the hover color
#site-generator .powered .theme-author a,
#site-generator .powered .theme-author a:hover {
color: #f8d342;
}
3. I don’t quite get what you mean, can you please clarify more.
Regards,
Mahesh