Easy
Maintained by
Frédéric Massart ⭐
A very basic theme, made easy for new themers.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I think you are correct, you found the renderers which were in control of the footer display. I am afraid I cannot guide you through how to override those here, but have a look at https://docs.moodle.org/dev/Overriding_a_renderer , then I would suggest to seek more help on the forums dedicated to themers.
Cheers,
Fred
login_info()
home_link()
standard_footer_html()
Is this a correct assumption, and if so where can I find them or how can I customise the footer?
is there a tutorial available to edit / customise the footer (and possibly the header to).
My next task after the footer is to customise the header.
I have a website at www.disabledfriends.com and I am trying to customise the theme to replicate the design of the website (as closely as possible).
Kind Regards
Dave.
.block .header h2 {
color: #000000;
}
I hope this helps others
Kind Regards
Dave.
I'm pretty sure that you will have to be more specific than just defining .title. I advise you to inspect the HTML using Webdeveloper Tools (built-in Firefox and Chrome). You will notice what CSS rules are taking precedence over the other ones, including yours.
Cheers,
Fred
Kind Regards
Dave.
.title {
color: #000000;
}
Any help would be appreciated, I have added other css which has taken effect. I have also purged cache and enabled development mode.
Kind Regards.
Dave.
Julian