Home Forums Theme support Problem mit Fixed header in Theme Nico Reply To: Problem mit Fixed header in Theme Nico

Hallo,

habe es über eine Anpassung in der functions.php und etwas CSS realisiert.

1. functions.php on line 654

$titleCaption = $attachment->post_excerpt;
$output .= "<div>$link <span class='title-caption'>$titleCaption</span></div>"; 

2. CSS Anpassung

#layout .title-caption {
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 1em;
	text-align: center;
	background: rgba(255,255,255,0.75);
	display: block;
}

Vielleicht wollt ihr es ja als Standard integrieren, finde es ein schönes kleines Feature 😉

Beste Grüße Marc