Home › Forums › CSS › Caption Above The h2 Subheading › Reply To: Caption Above The h2 Subheading
March 4, 2018 at 5:45 am
#267811
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.