Forum Discussion
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?
- ChristopherEmanCommunity 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>
- AntwonJones-98eCommunity Member
Any word on this?
Nothing new to share yet, folks. Thanks for checking in!
- BenjaminLuns985Community Member
From another frustrated lead developer, this is a problem with some of the designs we create in our eLearning company. Please make this available so we can use the darker backgrounds without losing the bullets to a dull gray color.
- GavinElliott-89Community Member
While we're waiting a long time for what should be an easy fix, the only alternative is to add JS code to the html5 output. Use 'querySelector' to get the bullet list, and force change ths css color.
This works for html/SCORM output.
- MartinDeanCommunity Member
I agree that the delay in addressing many minor issues in Articulate products is far too long. We have invested in the leading brand for eLearning development but it lets itself down constantly by not delivering these types of changes.
Why not let those of us who are interested become beta testers and trusted advisers, so you can build a truly world class product?
Get Outlook for iOS
- NishaMakan-3a6fCommunity Member
- JohnnyBustam496Community Member
I would also like to vote on this. I have found multiple forums on here asking for the same update for 4 YEARS! Get it together already...
- GrahamJones-44bCommunity Member
I totally agree. It's a standard feature in any programme that the bullet points follow the text colour. We have even had to change our course build from Rise to another programme just because of this missing feature. Please fix this ASAP!
- GavinElliott-89Community Member
This thread has been going for 2 years. I don't think Articulate sees this as a priority. The most frustrating aspect of this is that it's a very simple fix from a programming perspective, so it wouldn't take a great deal of resources for them to implement.
- JonathanCortes-Community Member
This has been an issue for me as well and the only "workaround" I could find was using alt codes to create bullets and then customize the color. If you're not familiar with ALT codes check out the following link https://altcodeunicode.com/
- SivanKroitoruCommunity Member
+1 on my side too... makes my page really odd looking...