I changed the font size and color of blog posts by adding the following CSS. (URL for page with blog posts is in secured note.) However, the font-size and color did not change on pages with more detail about the post. Why didn’t the change occur on both the post excerpt and all post content?
.entry-content.excerpt p {
font-size: 16px;
color: #000000;
}