mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
show optional archive headlines/descriptions/excerpts with backstretch featured image
This commit is contained in:
@@ -14,19 +14,24 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.big-leader .entry-title {
|
||||
.big-leader .entry-title.featured-image-overlay {
|
||||
color: #fff;
|
||||
margin-bottom: 24px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.big-leader .entry-header,
|
||||
.big-leader .archive-description {
|
||||
background: rgba(255,255,255,.85);
|
||||
color: #333;
|
||||
margin-bottom: 24px;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.big-leader p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
img.featured {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user