User Notes

For Frequently Asked Questions

(accordian embed )

Go to embedded code-To edit an existing item:
Find the FAQ item you want to change
Change the text between <div class="carrd-faq-q"> and </div> for the question
Change the text between <div class="carrd-faq-a"> and </div> for the answer:
<div class="carrd-faq">
<div class="carrd-faq-q">Your Question Here?</div>
<div class="carrd-faq-a">Your Answer Here.</div>
</div>
For example, if someone wants to change the first FAQ to be about pricing:<div class="carrd-faq">
<div class="carrd-faq-q">What are your pricing plans?</div>
<div class="carrd-faq-a">We offer three tiers: Basic ($10/mo), Pro ($20/mo), and Enterprise ($50/mo).</div>
</div>

(delete this section after customising website)