Hi team,
I have a little issue with the colors of some active links on the courses status when the student is on the course.
When the student is on a course on the left side bar when a section is active it take the primary color of the theme, but is to dark and the contrast with the background make it not so easy to read. It's the same thing for the footers links of the course.
I want to change this active color to this blue to make it more visible : #3f83bf
I give you the acces codes on a private message.
Thank you
https://e-signos.fr/wp-admin
Admin acces
User : vibethemes
Pass : ##Ausubel69
Student Acces
User : elevetest
Pass : ##Ausubel69
Well this color can be changed from wp-admin -> appearance -> customize -> Body.
refer :
http://prntscr.com/b2baco
Oh Thank you Alex !
I'm impressed by your reactivity to reply issue.
Sincerly I manage a lot of wordpress themes and you have the best support team!
Just i not change de status of the post to "resolved' beacuse indeed the option that you give me only change the color when the unit is not active, but when the unit is active or i pass my mouse over the link the problem stay here. :)
Well that color is coming from wp-admin -> appearance -> customize -> Theme -> theme primary color .
refer :
http://prntscr.com/b2odqt
Okay, that's an option.
But if i do that, all primary color will be changed on the site. I want only to change the color of the link when the mouse is hover on course status.
Please try adding the given css from wp-admin -> appearance -> customize -> custom css :
.course_timeline li a:hover,.course_timeline li span:hover{
color:#FFF !important;
}
.page-template-start .course_timeline ul li:hover{color:#FFF !important;opacity:1;}
Ohh cool :)
Thanks that works on the time line of the course.
Did you have another code solution for the footer of the status course (Prev Unit / Mark as finish / Next unit) ?
Please add this css in your custom css again :
.unit_prevnext a:hover {
color: #FFF;
}
.unit_prevnext a {
color: #FFF;
}