Forum Discussion
SusanDemers-167
5 years agoCommunity Member
Move Start Course button?
In Rise, is it possible to move the Start Course button to immediately below the introductory course text? I'm certain learners are starting the course before reading this important course info.
JohnPinkster-19
5 months agoCommunity Member
Hey ya'll .. Here is a video on how you can move around that Begin/Start course button across all the various themes using Javascript (which is attached to this post). Works as you navigate to and from the Cover page too. 🙌
Enjoy!!
- KristynKallas4 months agoCommunity Member
Hi John,
Do you have javascript on how to change the background color of the start button?- JohnPinkster-194 months agoCommunity Member
No Javascript needed! Just a simple CSS line that you can add to your course once it is published .. this should work for most themes
#app .cover__header-content-action-link { background-color: #CA00B2 !important; }
- KristynKallas4 months agoCommunity Member
I apologize, new to code here... where would you put this? in the New Move button file or the original index.html file?
I was able to "inspect" the page and change it there but there doesn't seem to be a way to save those changes.