Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Caption Above The h2 Subheading Reply To: Caption Above The h2 Subheading

#267811
Divergent
Participant

You can create another text above the

<

h2>

<span class="subtitle">Subtitle</span>
<h2 class="text">This is the Title</h2>

And apply styling in css on the .subtitle class, like margins, color, opacity etc.

Check https://codepen.io/anon/pen/EQzYEd