Hi, In my website (https://training.arai.center/) I have 2 problems with some CSS, I can't see the Instructor name in the course, and it's ave a black color in the "Close session", so Its very difficult to see it.
1.-
https://ibb.co/DQVW62S
2.-
https://ibb.co/BHJjSSt
Help me with this issue please.
Hello,
Goto appearance>>customize>>custom css and use code given below to make instructor visible on course page:
.course-template-default.single.single-course .instructor_course .course_instructor font{
color:black !important;
}
For second issue please share admin credentials in private reply,
Thanks,
This reply has been marked as private.
Hello,
First has been resolved:
https://prnt.sc/sxqea5
For second issue use this code at custom css location:
https://prnt.sc/sxqjw2
header.sleek.transparent.fix #vibe_bp_login div#sidebar-me ul:nth-child(2) li a{
color:red !important;
}
Thanks,
thanks for the confirmation closing the topic