-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
2.6, 2.6.1
-
None
-
MOODLE_26_STABLE
The ability to switch off 'Display Page Name' on both the Site administration > Plugins > Activity modules > Page, settings and on the Page settings area itself. Our client wants to remove Page Headings, this option was available in Moodle 2.5 but seems to be missing in Moodle 2.6.1. also in 2.6 (20131224)
I'ved added before (2.5) and after (2.6.1) screen shots below. The option is also removed from admin settings in the upgrade.
I've used custom CSS to remove the <H2> headings on Pages < not ideal solution obviously.
.empty-region-side-pre #region-bs-main-and-pre.span9 #region-main h2 {
float: none;
width: 100%;
display: none;
- has a non-specific relationship to
-
MDL-41566 Fix heading level for page resource
- Closed