Thread Locked This thread is locked - replies are not allowed.



Permlink Replies: 5 - Pages: 1 - Last Post: 23 Feb 23, 19:52 Last Post By: proissl-braun
proissl-braun

Posts: 3
Registered: 23-Jul-2019
Schriftgröße des Titels andern und Schriftgröße des Album Titels andern usw
Posted: 22 Feb 23, 18:43
Können Sie mir sagen, wie ich die Schriftgröße des Titels (der einzelnen Ordner) ändern kann?

Ebenso würde ich gerne bei dem Albumtitel die Schriftgröße ändern.

Die Schriftgröße der oberen Navigationsleiste abändern.

Vielen Dank im Voraus für Ihren Support.
JeffTucker

Posts: 8,479
Registered: 31-Jan-2006
Re: Schriftgröße des Titels andern und Schriftgröße des Album Titels andern usw
Posted: 22 Feb 23, 19:33   in response to: proissl-braun in response to: proissl-braun
Attachment settings.png (22.2 KB)
Attachment result.png (577.1 KB)
Enter custom CSS under Tiger > Advanced > Custom code > CSS:
@media screen and (min-width: 40rem) {
	h1 {font-size: 40px;}
	h3 {font-size: 24px;}
}
.topnavigation nav > ul > li > a {font-size: 1.0em;}
See the two screenshots.
Laza

Posts: 1,555
Registered: 6-Sep-2005
Re: Schriftgröße des Titels andern und Schriftgröße des Album Titels andern usw
Posted: 23 Feb 23, 09:56   in response to: proissl-braun in response to: proissl-braun
Here are the font sizes as the skin sets them. Copy / paste the following code block into the Settings / Tiger / Advanced / Custom code / CSS box, and edit the sizes to your like:
.folder .caption h3 { font-size: 20px; }
.hero header h1 { font-size: 32px }
.topnavigation nav > ul > li > a { 1em; }
 
/* Styles for screens wider than 640px */
@media screen and (min-width: 40rem) {
	.folder .caption h3 { font-size: 20px; }
	.hero header h1 { font-size: 40px }
}
Laza

Posts: 1,555
Registered: 6-Sep-2005
Re: Schriftgröße des Titels andern und Schriftgröße des Album Titels andern usw
Posted: 23 Feb 23, 09:59   in response to: proissl-braun in response to: proissl-braun
The difference between the two solutions is that the latter changes the font sizes at specific places, while Jeff's solution works for every H1 and H3 tag that might appear in the album.
JeffTucker

Posts: 8,479
Registered: 31-Jan-2006
Re: Schriftgröße des Titels andern und Schriftgröße des Album Titels andern usw
Posted: 23 Feb 23, 14:56   in response to: Laza in response to: Laza
Laza wrote:
The difference between the two solutions is that the latter changes the font sizes at specific places, while Jeff's solution works for every H1 and H3 tag that might appear in the album.

I suspect there aren't any others, or if there are, the user wants them all to be the same size.
proissl-braun

Posts: 3
Registered: 23-Jul-2019
Re: Schriftgröße des Titels andern und Schriftgröße des Album Titels andern usw
Posted: 23 Feb 23, 19:52   in response to: proissl-braun in response to: proissl-braun
Vielen Dank für eure Hilfe,
hat mir wirklich weitergeholfen.
LG Heinz
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums