Aktivitätscontainer: Aktivitätstyp verbergen

by Thomas Unkelbach - Wednesday, 31 August 2022, 11:45 PM
 

Eintrag in Raw SCSS theme_boost | scss

/* Aktivitätstyp neben Icon verbergen  Version 2*/
/* Remove activity type text next to the icon */
.activitytitle .text-uppercase {
   display: none;
   }
/* Also remove the name from within the activity. */
   .line-height-3 {
   display: none;
   }

» Tipps & Tricks der #moodlebande