Login Link

Login Link

by Rod Gabriel -
Number of replies: 1

Hi guys,

Is there any way that we could increase the font size of the login link? Some vision deficient teachers are having a hard time finding and clicking it.

I am not much of a php programmer. I'll try my best to understand.

Many thanks to the Moodle Team!!

Average of ratings: -
In reply to Rod Gabriel

Re: Login Link

by Ryan Chadwick -
You can do it using CSS. Somewhere in your css put something along the lines of the following:

.logininfo {
font-size:1.5em;
}


You may need to change the number till you get something reasonable.