---
title: "Feature: Pull quote and centred testimonial style"
manual: "Frontend Theme for Extension Development"
version: "main"
source: "Changelog/2.0/Feature-QuotationStyles.rst"
modified: "2026-09-17T04:52:50+00:00"
---

# Feature: Pull quote and centred testimonial style

## Description

The **Testimonial** content element has a new field **Style**:

| Style | Renders |
| --- | --- |
| **A rule at the start of the quotation** | The testimonial as before. The default. |
| **Pull quote** | The quotation larger and bolder, between a rule above and a rule below, with a quotation mark. |
| **Centred** | The quotation and its attribution centred below a quotation mark, no wider than the reading measure. |

The quotation mark is an icon of the theme's icon set, hidden from screen
readers - the quotation itself is marked up as one.

## Impact

Existing testimonials keep their look. The styles are the modifiers
`--pull` and `--centred` of `.theme-quote`, and the quotation
mark is `<span class="theme-quote__mark" aria-hidden="true">` before the
`<blockquote>`.
