Having ascertained that what is reported here is not yet solved, couldn’t you create a css that hides the icon but adds text at the beginning of the title, so that if for example it is an emoji it will be the emoji that will be shown. Increasing the possibilities.
Red color but random icon… usually circled exclamation point but also others
Environment
SYSTEM INFO:
Obsidian version: v1.6.5
Installer version: v1.4.16
Operating system: Windows 10 Education
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 1
Restricted mode: off
Plugins installed: 5
Plugins enabled: 0
Additional information
I also tried other ways such as using the .title .icon :before selector but without good results.
So this is both a bug report and a request for help.
Sorry I didn’t memorize everything
That’s reason I had thought, I hope I explained myself correctly, that I could hide the icon, which I couldn’t do, and add at the begin of the title the emoji . That would be an even better solution, perhaps.
So, writing
[!custom] Title
Contents
I (hope) get
Title
Content
(well, in red)
Using a css like
.callout[data-callout="custom"] {
--callout: 255, 0, 0; // back and fore color
--callout-icon: hide;
--title::before: 🔥
}