Bulleted list - Bullet colors

Jul 19, 2023

Hey i was wondering if there is a way to change the bullet colors to match the actual font color of the bullet? For some reason i can not change the bullet's color from its default color of black. If i use the shortcut "alt-0-1-4-9" and insert a white bullet in there i have to tab over anything that falls on a second or third line. That works great if my students only used a full screen monitor to take my fire courses, but that is not the case. When it is viewed on other devices it completely breaks the sentence structure. Screenshot shows a regular bullet, and then with my shortcut of "alt-0-1-4-9".

6 Replies
Phil Foss

That's unfortunate, haven't run into this yet but I probably will at some point. I was able to add custom css as a test, here is what the css looks like:

.block-text.[style*="920000"] li::marker {
color: white;
}

The 920000 is the hex number of my red background, you would need to change that to match the block background hex number. So throughout my course, it will use white for the bullet (marker).