Forum Discussion
JCBlanchard
7 years agoCommunity Member
Change bullet color in Rise
In Rise, when I change the color of text to white, the bullets remain black. Is there a way to make the bullets the same color as text?
CorrectionsTrai
4 years agoCommunity Member
I was going to reply that this is fine except that my content is being loaded into an LMS as a SCORM package, and I cannot slip in custom CSS. But I found the back door.
First, expand the zip file of the exported rise content. Navigate down the directory and open the CSS file
scormcontent --> lib --> main.bundle.css
I did a search for .block-list__bullet and change the height and width from 0.7rem to 2.5rem
I zipped it all back up, and loaded a test to SCORM Cloud. I have now rendered by content with beefier bullets.
And now... the whole can of formatting worms is opened up!