<div itemscope itemtype="http://schema.org/Question">
<h1 itemprop="text">Question text here</h1>
<div itemprop="acceptedAnswer" itemscope itemtype="http://schema.org/Answer">
<p itemprop="text">
Answer text here
</p>
</div>
</div>
However, if you look at it live: https://www.rj-construction.com/faqs.html
The question is using some sort of default H1 font and the answer is plain black text which obviously is not going to work.
Any idea on how to format the HTML element font colors? I tried adding a Span Class around the text but that made no difference. <span class="paragraph-text-6">Answer text here</span>
CSS is not my strong point, so any ideas would be welcome.
Thanks!
Just another day designing websites for money... it's all good!