Forum Discussion
FrankWeber-b606
2 months agoCommunity Member
Rise 360: Adjust color of checkmarks
Hi, I am creating courses in Rise360 that use a custom theme color. The color is fine and things look good - except for the checkmarks in knowledge checks. (see screenshot - the faint contrast betwe...
JohnPinkster-19
2 months agoCommunity Member
Hey FrankWeber-b606 This is very achievable! Here is the CSS you could use after you publish your course. Just drop this in the inhdex.html file in the <head> section with a <style> element.
.block-list__checkbox {
border-color: #000000 !important;
--color-background: #000000 !important;
}
.block-list__checkbox .block-list__checkbox__icon {
color: #FFFFFF !important;
}
The other thing you could do is check out the Mighty! Chrome extension which adds this as a Mighty Mod plus tons of other great features! No post-publishing processes needed