Forum Discussion
Remove carrot to the right of the get started button in Rise
I was able to remove the word "details" in the header section of my Rise course as I don't want learners to click on that - i just want them to click on the button to start the course - however i cannot get rid of the little carrot that was next to the Details text - so they can still click on the carrot and it moves them down into the course details - is there a way to do this? screenshot is attached.
Hey Kimberly!
It sounds like you're trying to remove the caret to the right of "Details," is that right?
You can actually remove the word "Details" and the caret if you turn off the sidebar in the course. Here's a video that explains how to do that!
- MelissaBowmanCommunity Member
4 years later - this solution just made me a hero in our conference room. THANK YOU!
- StuartMarshall-Community Member
If you are comfortable editing the css file after export then you can easily achieve this. Something along the lines of:
.overview__details-trigger {
visibility: hidden;
}- BethShuttCommunity Member
Thank you Stuart - since this is a Rise course - i was just planning on
sharing the link with our users - not exporting - is there still an option?
Hi there, Annie!
We currently don't have a public voting system for feature requests, but our goal is to give you the best information we can about upcoming features so that you can plan ahead for your projects.
Our What’s New, What’s Next page is the best place to see what features are in the immediate development pipeline, and here's some more information about our feature request process.
- StuartMarshall-Community Member
Maybe just change the wording to 'View course contents' or something else more descriptive than 'details'. I think the functionality is there so that learners can choose to enter the course at whatever section they wish to (if the course is set up to allow that).
- BethShuttCommunity Member
Hello again – on this same note – is it possible to change the color of the
white button – on the course preview image? For branding purposes?Thank you!
- StuartMarshall-Community Member
No - there's no option within Rise to do this.
- BethShuttCommunity Member
So, maybe another option that would help would be helping to understand the
purpose of this? It defaulted to saying "details" by the carrot - but it
just pushed the screen down to show the course sections - which i think
just comes across a little confusing right next to a Start button - is
there a purpose for it that maybe i'm missing? just trying to start the
course off as straight-forward as possible for our learners.
Hi Beth! When you start a new Rise course, you'll have the option to include a course description ahead of your lessons.
If you don't need to include a course description, let me know how you make out with Stuart's suggestion about modifying the wording to highlight the lessons!
Great question! The Start button on the course main page is white by default, but I can see how you might want to customize the color for branding purposes. I’ll share your suggestion with our development team!
- KimberlyWalk404Community Member
Newbie here. Loving Rise. I tried the css to hide the caret for details but it removes the start course button as well. I would like to just remove te caret. I am sure, I am missing something.
Thank you for your assistance!
- KimberlyWalk404Community Member
Thank you so much for responding. Loving Rise!
I want to keep the sidebar and only remove the caret. I removed the word 'details' from the Labels section and applied the CSS code I found in another post.
/*hide caret*/
.overview__details-trigger{visibility: hidden;}The caret is gone, however when you click on the sidebar header to go back to the splash page the Start button is gone. I hit F5 and it displays again.
Not sure what I am doing incorrectly?
Thank you in advance for all your help!
Kimberly
Ah, okay! While I don't have experience with editing the published output, hopefully someone in the community who has achieved this can chime in and assist!