2004-05-22 12:27:05
Quick Question
Where can I reduce the font size for the section the student is in? I want to have quite a long title, and the font size causes it to roll onto two lines, and looks a bit big.
Thank-you.
2004-05-22 12:27:05
Where can I reduce the font size for the section the student is in? I want to have quite a long title, and the font size causes it to roll onto two lines, and looks a bit big.
Thank-you.
2004-05-22 16:38:01
All font sizes are controlled in the main style sheet found in a themes directory (assuming you are using 1.4+). This would be a global setting. You could not control size for a single heading.
Of course just about anything is possible if you want to modify the source code...
2004-05-22 20:28:59
Great script, and support.
I've went through the styles page a bunch of times, and can not find the lines for the course name, and course navigation title...
Can you put it in dummies language....which lines in the sheet?
Many thanks.
2004-05-23 08:35:25
Add a font-size properties ti the H1 style
about line 21 add
font-size: 1.5em;
(adjust the em value until the size suits you)
2004-06-06 09:07:25
This changed the title about the main body text, is it possible to change the title about that(above breadcrumbs), and if so, how?
Thanks, great support.
2004-06-06 09:17:24
Okay, I was able to change the main title using the config file, but I notice that with the above H1 change, it only changes the title when it has a 'home' button beside it, which line controls the text in the same location, when it's an open book icon?
Thank-you...
2004-06-08 12:24:09
I'm not quite sure I understand. The title above the breadcrumbs it modified with the banner editor.
If you know a little CSS you should be able to tweak the template files and their style sheets to get them to look different.
Find yourself a CSS manual if you need guidance.
Experiment