@333 i don’t do that for MCL. but if you want, u can add this snippet and declare the no-title
callout metadata i.e. [!info|no-title]
/* no title no icon */
[data-callout-metadata="no-title"] > .callout-title {
display: none;
}
here’s the Obsidian help on creating a snippet if u don’t know yet – CSS snippets - Obsidian Help