Hi,
I've installed demo6 several times. First time it didn't look like your version, then I did a reset, and when retried I'm a lot closer to your example. But still category page seems very different, and css for course itself seems wrong (navigation colors for example), also navigation not loaded.
http://bitnami-wordpress-1231.cloudapp.net/course-cat/business/
What do you recommend?
Go to wp-admin->appearance->customiser->body->single menu light text color
change the color and save.
Also please clarify the issue on category page.
Ok that one color I can change myself indeed, thanks. But there are more differences..
For example a category page on your demo
http://themes.vibethemes.com/wplms/skins/demo6/course-cat/language/
is totally different on mine
http://bitnami-wordpress-1231.cloudapp.net/course-cat/language/
How can I fix that?
There is a setting in wplms which we have enabled to redirect the course category page to all courses page.
To enable this setting please go to wp-admin->wplms->course manager->course category/location/level redirect, and set it to yes and save changes, refer:
http://prntscr.com/det9ju
I fixed the color of the navigation bar of the course but where do I change the text color of "curriculum", "members", etc.? Mine is white whereas yours is grey/black.
http://bitnami-wordpress-1231.cloudapp.net/course/software-training/
Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
.single-course #item-nav ul li a{color:#3d3636 !Important;
That did the trick! Thanks! However, now the hover doesn't work anymore :) ? How to fix that?
.single-course #item-nav ul li a:hover{color:red }
Almost :P
.single-course #item-nav ul li a:hover{color:white!Important;}
did the job, thanks!