Help? Style all h1, h2 and h3's as entry-title

  • Author
    Posts
  • #29011
    Arjan

    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.

    #30736
    Mitchell

    I’d also like to know how to style something like the <h3> tag to appear as the same size as normal article text. I use this for SEO titling in pages and dont particularly like messing with CSS code in case a template update comes along and goes and changes it.

    #32026
    Zeng pppdog

    Hi See…
    <h1 class="entry-title">title</h1>
    <h2 class="entry-content">Text.......</h2>
    h2 is – entry-content, don’t do entry-title.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Help? Style all h1, h2 and h3's as entry-title’ is closed to new replies.