Enhancing weekly format

Enhancing weekly format

by Rico Dredd -
Number of replies: 2

Hi am trying to embolden the weekdate displayed on the top of each block in a weekly course format. I have found $weekdate on the format php sheets and checked Moodle.php as well but can not where to add the html tag safely.

Anyone out there know where I can add the tag for bold or other ones to make the week date more apparent?

Thanks

Rico

Average of ratings: -
In reply to Rico Dredd

Re: Enhancing weekly format

by Scott Elliott -
Rico,

This can be done in your theme.  Let's say you are using the oceanblue theme.  In that case, edit the moodle/theme/oceanblue/styles_font.css file.

Somwhere near the "Course" section of the file add the following:

#course-view .section .weekdates {
  font-weight: bold;
}

That should do it!

Scott
Average of ratings: Useful (1)