Pages - 'Last Modified and TIME'

Pages - 'Last Modified and TIME'

by Chuppa Chups -
Number of replies: 0

Hi all

I'm trying to get rid of the Last Modified notice at the bottom of all resources pages.

Inspect element tells me that:-

.path-mod-page .modified {
  1. color#777;
  2. font-size0.8em;
  3. text-aligncenter;
}
 
is being referred to. I have added "display: none" to the above set, however, to no avail.
 
I am now wondering if there is more than one css file which I need to update? At the moment, I have updated the 'core.css' file in the directory /theme/mytheme/style/core.css
 
Many thanks!
 
 
 
Average of ratings: -