The main color of my website is #88deb4. When in a course, you have the curriculum on the right. When you get near a unit it turns into the right color, 88deb4, but when I actually hover over the text of the unit it turns blue. I can't seem to change it. Can you help?
screenshot
To change the hover color of text shown in your screenshot please add the below given css code in your custom css.
.elegant .course_timeline li>a:hover{color:#88deb4 !important;}