07/29/2015 at 3:33 pm
#341599
Keymaster
@ Angela
Until the release of version 8.4 featuring the Template Customizer there is no way to turn this off. That said, you can use CSS to hide it. Add the following to the theme’s custom CSS area if it has one. If it does not, then I recommend this plugin for custom CSS.
#cn-card span.cn-last-updated {
display: none !important;
}
If you opt to hide it using CSS, the option Template Customizer will not have any effect until the CSS is removed. It will simply stay hidden no matter the option setting in the Template Customizer.
Hope that helps!
