Forum Discussion
JCBlanchard
8 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?
- 2 months ago
Hi everyone,
I'm happy to let you know we released a new update for Rise 360. This update adds the following feature:
- Use the Bullet Style options in the text formatting toolbar to modify the size and color of bullets and numbers in lists.
There's nothing to install for web apps. New features and fixes are immediately available.
Let me know if you have any questions about this update!
ChristopherEman
6 years agoCommunity Member
Until changing bullet color is a feature, here's a messy workaround:
At end of index.html:
- Add jquery CDN script
- Add code:
<script type="text/javascript">
$(window).on('load', function() {
$( "li:contains('Unique text in your list item')" ).css( "color", "#FFF" );});
</script>
Related Content
- 2 years ago
- 12 months ago
- 5 months ago