Totara Learn Open Discussions

Page Activity - Remove the "Last Modified:" text

 
Matthew Uhrich
Page Activity - Remove the "Last Modified:" text
by Matthew Uhrich - Wednesday, 14 August 2024, 9:28 AM
 

I have been looking for a way to turn off the text that automatically appears at the bottom of the "Page" activities that states the date and time it was last modified.

In our program, we have some courses that use this activity type where the content hasn't changed in years. I want users to still be confident the information is up-to-date, but this field makes it seem like some things haven't been updated in a long long time.

I can't find anything on the individual activity settings.

I can't find anything in the Page Resource Settings: https://totara.help/17/docs/page-resource-settings

Is there a way to remove this from all Page activities?


Daniel Bond
Re: Page Activity - Remove the "Last Modified:" text
by Daniel Bond - Thursday, 15 August 2024, 12:34 AM
Group Most helpful contributor 2023

In the custom CSS settings of your theme, add the following:

.modified{display:none;}

It doesn't turn off the text entirely, but it does hide it so nobody can see it without going into the HTML.

Matthew Uhrich
Re: Page Activity - Remove the "Last Modified:" text
by Matthew Uhrich - Thursday, 15 August 2024, 11:49 AM
 

Thank you! So simple to change! Is this just targeting page activity types or are there any other spots where this could affect?