Callout WITHOUT Icons

I’d love some help with custom CSS to remove the icons from all Callouts. I tried the code from the post below, but with no such luck.

Things I have tried

What I’m trying to do

.callout:is([data-callout-metadata^="noicon"]) .callout-icon {
  display: none;
}

then give it a try

>[!quote|noicon]
>This is a quote 
1 Like

Hmm… still not seeming to work on my end sadly.

Realized I hadn’t properly saved the CSS file. It works now!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.