Change instructor name color and class "breadcrums" color

Home Forums Legacy Support Support queries How-to & Troubleshooting Change instructor name color and class "breadcrums" color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #192883
    roath
    Spectator
    Hello, I've recently upgraded WPLMS from a year old version (don't remember what was the version) and some texts in the course page change color (to white). More specifically the class "breadcrumbs" inside "item-header-content" div and the course instructor name (class "course_instructor"). They are now white in a grey background. How can I change their color? To black, for example. I have some customized css code so I'm not sure if this is affecting this. Thank you in advance. Best regards, Rodrigo  
    #192913
    logan
    Member
    hey, Please goto wp-admin > appearance > customize > custom css > paste & save. .course .course_header div#item-header ul.breadcrumbs li>a,  .course .course_header div#item-header .instructor_course h5.course_instructor>a {color: #000000 !important;} Refer: http://prntscr.com/m8qrvk  
    #194021
    roath
    Spectator
    Hello Logan, The code only worked for the first level (word "INICIO")... the remaining hierarchy (class="current") the text is still "White" except the final hierarchy (name of the course). Also, I've noticed the author text of the comments (class "comment-meta") is also "white". How can I change that color to black or gray, please? Should I install the layout again? Change some files? Because before the wplms upgrade the styling was perfect. Thank you again. Rgds, Rodrigo
    #194046
    logan
    Member
    Hello, No you do not to install anything. it is not an update issue. there may be some css which is compelling to change the original colors. it could be anything, might possible third party plugin. you need not to worry. we will fix this by custom css codes. Please add this code in custom css. .course .course_header div#item-header ul.breadcrumbs li.current span a, .course .course_header div#item-header ul.breadcrumbs li:before{color: #1e1c1c !important; } .course div#course-reviews .show_course_reviews .comment-meta a { color: black !important;} Refer: http://prntscr.com/md3fa6      http://prntscr.com/md3im7 let me know if it works. Kind regards.  
    #196297
    roath
    Spectator
    Thanks Logan, Sorry for the late answer. The problem was solved for the hierarchy, thanks, but the comment-meta is still "transparent". Comment title/from/date only appear when you point the mouse over. Any other suggestion? Rodrigo
    #196341
    logan
    Member
    Hello, Please goto wp-admin > appearance > customize > custom css > paste & save. .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .comment-meta { opacity: 1 !important;  } Refer: http://prntscr.com/mjwe61
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change instructor name color and class "breadcrums" color’ is closed to new replies.