The bootstrap website shows a card with a header at top. The following is an example. I cannot seen to add this. I was able to add a div and typed in card-header but I can't add text to it. How do I do this?
Related question, once I add the header text, how can I change the color using your studio software?
<div class="card"> <div class="card-header"> Featured </div> <div class="card-body"> <h5 class="card-title">Special title treatment</h5>
With supporting text below as a natural lead-in to additional content.
<a href="#">Go somewhere</a>
</div> </div>