Icon Change

Re: Icon Change

by Mary Evans -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

If you are the Administrator of your website then you might be able to fix the problem after reading this discussion thread...

https://moodle.org/mod/forum/discuss.php?d=383587#p1546175

So your fix would look something like this...depending on the icon you what to replace it with...

[data-region="event-item"] .fa-university:before {
content: "f11d\";
}

Where f11d is the Unicode for

Depending on the event and the specific icon you may need to also add the following:

[data-eventtype-course="1"] [data-region="event-item"] .fa-university:before {
     content: "f11d\";
}

Cheers,

Mary