Page 1 of 1
Start page title
Posted: 23 Aug 2009, 15:33
by speedhorse
How can i change start page title e.g. size, color, font?

Re: Start page title
Posted: 25 Aug 2009, 03:58
by mjau-mjau
speedhorse wrote:How can i change start page title e.g. size, color, font?
All change of font styles are done through the theme CSS stylesheet file. See more info here:
viewtopic.php?t=4270
That specific block you have outlined, come from the "filemod_" classes:
mjau-mjau wrote:.filemod {
/*Sets the global styles for all items in the filemod page*/
}
.filemod_title {
/*Sets styles for the filemod title*/
}
.filemod_description {
/*Set styles for the filemod description text*/
}
Posted: 25 Aug 2009, 13:11
by speedhorse
Thank you, Karl!
Title within one line. How to specify max width of it?
Posted: 01 Sep 2009, 23:47
by matelom
Hi,
Could you please advice whether I can change the width of the title displayed by speedhorse (to prevent from creating new lines, i.e. only one line needed in the title)? Do I have to edit stylesheet and use "width" command? Thank you.
Posted: 02 Sep 2009, 15:13
by mjau-mjau
You don ´t really set "width" of text, but you set the SIZE of the font instead, which will lead to shorter line. You would edit the stylesheet for this.
By default, the text above the image is limited within a textfield that is the same width as the image being displayed. This is to prevent the text from displaying on the right outside of the image left-border, which would look strange.
Posted: 02 Sep 2009, 20:16
by matelom
Thank you!
