Tagged: enfold
How can I change the H1 and H2 size and color in all the text blocks on all pages?
I already tried the following code. This works, except for the color.
.template-page .entry-content h1, .template-page .entry-content h2 { text-transform: none;
}
h1 {
font-size: 16px;
color: #214776;
line-height: 1.0em;
margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}