Skip to content
Snippets Groups Projects
Commit f87c9e26 authored by Tim Wagner's avatar Tim Wagner
Browse files

[BUGFIX] Header in TeaserOverview is not always white but always h1

parent bf18c7b2
No related branches found
No related tags found
1 merge request!21[FEATURE] Rewrite News Slider Similar to Website-Base Sliders
......@@ -35,7 +35,9 @@
</f:if>
<div class="tx-sgnews-single-header-content">
<div class="tx-sgnews-teaser-title">
<h1>{newsMetaData.news.subtitleWithFallbackToTitle}</h1>
{headerTag -> f:format.raw()}
{newsMetaData.news.subtitleWithFallbackToTitle}
{closingHeaderTag -> f:format.raw()}
</div>
<div class="tx-sgnews-teaser">
<div class="tx-sgnews-teaser-inner">
......
......@@ -148,6 +148,17 @@
a {
color: #FFF;
}
.tx-sgnews-teaser-title {
h1,
h2,
h3,
h4,
h5,
h6 {
color: #FFF;
}
}
}
.tx-sgnews-single-image {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment