Hi Awilla,
Thank you for writing in, 1) That is a bit strange because normally the color of the titles can be changed under Theme Options > Typography > Headings Font Color. But on your site, there is a CSS that overwriting it. Did you add custom CSS somewhere? It’s also possible that could be a plugin.
If you need a quick fix, you can add this to Theme Options > CSS
.format-standard a:not(.x-btn):not(.meta-comments), .format-standard h1, .format-standard h2, .format-standard h3, .format-standard h4, .format-standard h5, .format-standard h6, .format-standard .entry-title, .format-standard .entry-title a, .format-standard .entry-title a:hover, .format-standard .p-meta, .format-standard blockquote, .format-standard .x-cite {
color: #2e6f03;
}
- Please add this to Theme Options > CSS
.blog .entry-featured {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
Hope it helps,
Cheers!