How can I change the arrow to another arrow style in the lesson module. Also can I add other icons next to the arrows.
Thanks,
Ken Andrus
How can I change the arrow to another arrow style in the lesson module. Also can I add other icons next to the arrows.
Thanks,
Ken Andrus
Hi Ken,
With Moodle 1.9.8 or lower this was possible by using the following or similar code:
<style type="text/css">
ul.arrow_maroon_10x10rightList { list-style-image: url('http://. . . . . ./arrow_maroon_10x10right.gif') }
</style>
<ul class="arrow_maroon_10x10rightList">
<li>item #1</li>
</ul>
Result:
But with Moodle 1.9.9 (or higher?) this seems to be no longer possible and I have not figured out yet what I need to change in the CSS style. Which Moodle version are you using?
With kind regards,
Hartmut
We are using 1.9.8 so we will give it a try.
Also, is there a way to add other icons and make them link to an activity?
Thanks,
Ken
Could you tell me where to enter the above code in C-Panel?