Skip to content

Quote Credit

The .cmp-quote-credit class styles the attribution line below a quote, typically showing the speaker’s name, title, and credentials.

Maima Chea, PhD Student, Georgia State University
M.Ed., Reading Ed., ‘15

<p class="cmp-quote-credit">
Maima Chea, PhD Student, Georgia State University
<br />
M.Ed., Reading Ed., ‘15
</p>
ClassDescription
.cmp-quote-creditItalic, centered text at 1.125rem for attribution
PropertyValue
Displayblock
Font size1.125rem
Font styleitalic
Text aligncenter

Typically paired with .cmp-quote-text in testimonial sections:

<div class="util-font-family-alt">
<p class="cmp-quote-text">Quote body text here.</p>
<p class="cmp-quote-credit">
Speaker Name, Title<br/>
Degree, Year
</p>
</div>