Mainbar is on my theme folder. It's a custom theme.
I don't insert this img neither the title page, this is why I call it "header". That zone ( Title page and grey bar) appears with the upgrading from 2.2 to 2.3.2 (my current version). I like that new zone but I would like to modify it.
I didn't add that zone, it appears with the new moodle version It is not a content I add in every page.
I know where the css is (on my theme file) and I could modify just the style. I want to modify the content of that info not the style.
.generalbox h2,h3.sectionname, h2.headingblock,h2.main,h3.main, h2.main a, h3.main a, div.loginpanel h2, div.signuppanel h2 {
font-weight: 600;
letter-spacing: -1px;
line-height: 1.3em;
font-size: 28px;
border-bottom: 0px solid #eee;
padding-bottom: 2px;
background: url([[pix:theme|mainbar]]) repeat-x;
background-position: 0% 100%;
}
I would like to show on it something like that:
Title page Lesson name
Thanks a lot