Color of the course name, author name

Home Forums Legacy Support Support queries Styling issues Color of the course name, author name

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #310071
    jimmyahuja07
    Participant
    Hi, Please help me in changing the colors of the underlined options in the image. Also, please let me know, how can I hide the author name in a certain course as many courses are being created by the admin and I don't want to show the admin name to public. The images are at the below link https://prntscr.com/ugktqm https://prntscr.com/ugkx7z
    #310221
    Jackson
    Blocked
    Hello, Goto appearance>>customize>>custom css and use code given below, That would be work for all course page: .course .item .item-title a{ color:blue !important; } .course .item .item-instructor h5.course_instructor a{ color:blue !important; } Refer: https://prnt.sc/ugudz0 2- To change this color at home page course carousel, use code given below: .home-page .block.courseitem.course8 .block_content .block_title a{
    color:blue !important;
    
    } RefeR: https://prnt.sc/ugufdx Thanks,
    #310271
    jimmyahuja07
    Participant
    Hi, Point 1: The text color of the Instructor still didn't change. http://prnt.sc/ugwlhi Point 2: Works. Thanks for that. But I found that the course color in the Health & Wellness option is still missing. http://prnt.sc/ugwnjt Q.1] Is there no way to make the color change universal, so that css need not to be applied for each page, or each course display type like course 8 etc. Q.2] The answer to the question that if I want to hide the instructor name for the course created by admin or renaming the Instructor from Admin name to certain other would be helpful, is still missing. Please help.
    #310892
    Jackson
    Blocked
    Hello, To change instructor name color at all course page use code given below: .course #course-list .item .instructor_course h5.course_instructor a {
    color:blue !important;
    
    } Refer: https://prnt.sc/uhfro9 2- Can you share page url for same: https://prnt.sc/ugwnjt Always mention one issue in one topic Thanks,
    #310963
    jimmyahuja07
    Participant
    Hi, Here is the URL: https://jimsorbit.com/course-cat/health-wellness/ Will post the other issue in another topic. Thanks
    #311213
    Jackson
    Blocked
    Hello, Goto appearance>>customize>>custom css and use code given below: .archive.tax-course-cat .content .block.courseitem.course2 .block_content .block_title a{
    color:blue !important;
    
    } .archive.tax-course-cat .content .block.courseitem.course2 .block_content .instructor_course .course_instructor a{ color:blue !important; } Refer: https://prnt.sc/ui0x96 Thnaks,
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color of the course name, author name’ is closed to new replies.