# \[DONE\] Banner / Callout in rich text

**URL:** https://community.fibery.io/t/done-banner-callout-in-rich-text/2940
**Category:** Ideas & Features
**Tags:** rich-text
**Created:** [June 13, 2022, 1:18pm UTC](https://community.fibery.io/t/done-banner-callout-in-rich-text/2940 "2022-06-13T13:18:48Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Matt\_Blais](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/matt_blais/32/1464_2.png) [@Matt\_Blais](https://community.fibery.io/u/Matt_Blais)
#### Post date: [June 13, 2022, 3:45pm UTC](https://community.fibery.io/t/done-banner-callout-in-rich-text/2940/2 "2022-06-13T15:45:39Z")

</div>

Possible workarounds:

Could the Fibery team perhaps adjust the formatting of **Blockquotes** to be more like this:

![image](https://us1.discourse-cdn.com/flex020/uploads/fibery/original/2X/0/0c098c29f757de9b5c86025d85e69421fe0d0a3b.png)

You could also insert an emoji/image.

You could get the above appearance now by injecting custom CSS –

```auto
.ProseMirror blockquote {
    background: #eee;
    border-left: 8px solid #bbb !important;
}

```

Though this will only affect your own browser, unless Fibery lets us [define our own Workspace custom CSS](https://community.fibery.io/t/some-more-love-on-document-editing/2143/5).

---

_[View the full topic](https://community.fibery.io/t/done-banner-callout-in-rich-text/2940)._
