Hi all,
I am using moodle 3.10.1 and Fordson 3.10.
I've been trying to configure the settings for a couple of days now on a local server. I've been digging around for settings and all sorts to no avail. Frustratedly deleted and completely reinstalled moodle a couple of times.
After a fresh install my moodle site with the fordson theme looks like this:
However, according to the documentation it should look like this.
As you can see my page header is a dark transparent colour. The navigation drawer doesn't have padding on the left or top.
I'm trying to get it to look like this:
With the following "raw initial scss":
/* Shrink the items in the nav
drawer */
#nav-drawer .list-group-item {
font-size: 0.9rem;
padding: 0.5rem 1.25rem;
}
#nav-drawer {
padding: 15px 0 15px 15px;
}
#page-navbar{
display:none;
}
#page-header{
background-image:
url("http://localhost/moodle/theme/image.php?theme=fordson&component=theme&image=pageheaderbg");
background-size: cover; background-position:center;
width: 100%; height: auto;
}
/* text in page header centred? */
.mr-auto {
margin-left: auto;
}
.card-body {
padding: 1.25rem 1.25rem 0 1.25rem !important;
}
.page-context-header {
margin-top: 50px;
background-color: rgba(0,0,0,.5);
}
.page-header-headings{
padding: 0 20px;
}
/* header top border */
#page-header.row{
padding:0;
border-top: 5px solid grey;
}
It looks like this:

It's getting there (ignore the header/background image, they aren't final...) But going back to the original theme recommendation site, did they really go to all this effort to make it look like this? https://edwiser.org/blog/7-best-moodle-themes-2019/
I imagine that was a premade style from 3.5. Does anyone have it?
If there is no easy way to get it to look like that, what is the easiest way to change:
1. reverse the hamburger colour so it is grey, a shade of blue when clicked.
2. The above site seems to have a nice navy blue colour throughout. Text, buttons, header top border, etc. Would I have to go through every single thing and manually edit them?
Thanks for any help,
Matt