Forum Discussion
Move Start Course button?
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!!
Hi John,
Do you have javascript on how to change the background color of the start button?
- JohnPinkster-192 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; }
- KristynKallas2 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.- PhilFoss2 months agoCommunity Member
You can add it to index.html if you wrap it in <style> tags, but I recommend making a new folder called 'theme' and keeping all your theme components in there. I walk through the process in one of my first Rise how-to videos: