Courses Status CSS issue

Home Forums Legacy Support Support queries Setup issues Courses Status CSS issue

Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #47219
    masuccijr
    Spectator
    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
    #47223
    masuccijr
    Spectator
    https://e-signos.fr/wp-admin Admin acces User : vibethemes Pass : ##Ausubel69 Student Acces User : elevetest Pass : ##Ausubel69
    #47343
    Anshuman Sahu
    Keymaster
    Well this color can be changed from wp-admin -> appearance -> customize -> Body. refer : http://prntscr.com/b2baco
    #47345
    masuccijr
    Spectator
    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!
    #47466
    masuccijr
    Spectator
    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. :)
    #47551
    Anshuman Sahu
    Keymaster
    Well that color is coming from wp-admin -> appearance -> customize -> Theme ->  theme primary color . refer : http://prntscr.com/b2odqt
    #47568
    masuccijr
    Spectator
    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.
    #47791
    Anshuman Sahu
    Keymaster
    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;}
    #47792
    masuccijr
    Spectator
    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) ?
    #47965
    Anshuman Sahu
    Keymaster
    Please add this css in your custom css again : .unit_prevnext a:hover {     color: #FFF;  }   .unit_prevnext a {     color: #FFF;    }
    #47982
    masuccijr
    Spectator
    Thanks Alex!
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Courses Status CSS issue’ is closed to new replies.