Good morning,
I created a custom css class for a h2 header to be used in the articles, but the style is not applied.
this is the customized h2 class added in the child theme style sheet:
h2.blog {
color: #000000;
font: 20px/24px ‘Raleway’, Georgia, Helvetica, sans-serif;
font-weight: 600;
}
and this is the html that I put in the article:
<h2 class=”blog”>Test style intestazione</h2>
I do not understand because it is not applied.