How to style all H1’s, H2’s and H3’s just like the entry-title?
I’m looking for some custom css to enter in Tempera Settings to achieve this.
Whats the code snippet i’m looking for?
So that all <h1>Some text</h1>, <h2>Some text></h2> and <h3>Some text</h3> will look exactly like
<h1 class=”entry-title”>Controle Brandblusmiddelen</h1>
Just to be clear, I don’t want to change all my text to <h1 class=”entry-title”>, <h2 class=”entry-title”>, I just want it to be set default for all h1’s etc through the cutom css option.
Thanks in advance.