Hello,
in the course plan is everything written in capital letters (see image below). I don't want that. What can I do to change that?
Capital letters
Thank you very much for your help.
All the best,
Christian
hi
you can use this to change the text accordingly
.course_curriculum ul.course_curriculum li.course_section ul li.course_lesson span.item_title a {
text-transform:initial;
}
refer:
http://prntscr.com/26byiqb
Sorry, but I don't understand where I should put this. When I open the page with Chrome developer tools as shown in your screenshot there is no stylesheet. There is only an HTML document which I can't edit. It would be great if you could tell me where to put your code.
Thank you very much in advance.
All the best,
Christian
hi
you need to add the code in the wp-admin>>appearance>>customize>>custom CSS
Hello,
as you can see in the picture below, it only works for the free units. The other units titles are still written in capital letters. What can I do to change that?
capital letters
ok let me check this on your site
hi
checked on your site and found with all it is working
http://prntscr.com/26l828a
Hi,
you looked at the old page with WPLMS 3. Please take a look here:
https://wirtschaft-ganz-einfach.de/course/buchfuehrung-gaaanz-einfach-basic/#component=course
The strange thing is, when I am logged in as an admin, everything is fine. When I open the page without being logged in, it doesn´t work. Maybe that helps you.
All the best,
Christian
ok not an issue
we are checking this
ul.course_curriculum ul li.course_lesson span.item_title, .course_curriculum ul.course_curriculum li.course_section ul li.course_lesson span.item_title a {
text-transform:initial;
}
remove the previous code and use this code.
this will work for both logged in and non logged in user