Forum Discussion
BillyGeist
2 years agoCommunity Member
Bulleted list - Bullet colors
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. I...
PhilFoss
2 years agoCommunity Member
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).