Blog Post Header Font Color

Hello,

Please help this has me going crazy:

  1. I have been trying to change the font color for My blog Post headers. I went to Typography but I cannot change them. how can I do this, please?

  2. Also, how do I change the size of the display picture shown on the blog page https://myplatebodyandmind.com/demo-blog/ the image comes up really big and I would like it to be a little smaller.

I use icon 01 Theme.

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;
 }
  1. Please add this to Theme Options > CSS
.blog .entry-featured {
	max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

Hope it helps,
Cheers!

No i have not added any css. But this worked Thank you.

Glad to hear that. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.