newscard
admin
21 January 2026
2
kali dibaca
/* Layout logo kiri, teks kanan */
.site-branding {
display: flex;
align-items: center;
gap: 12px;
}
/* Logo */
.site-branding img.custom-logo {
max-height: 60px;
width: auto;
}
/* Bungkus teks */
.site-branding .site-title,
.site-branding .site-description {
margin: 0;
padding: 0;
}
/* Judul besar */
.site-branding .site-title {
font-size: 22px;
font-weight: 700;
line-height: 1.2;
}
/* Subjudul di bawah judul */
.site-branding .site-description {
font-size: 13px;
color: #666;
margin-top: 2px;
}
/* WARNA MERAH TOP BAR */
.info-bar {
background-color: #c40000 !important;
color: #ffffff;
}
/* Warna teks di topbar */
.info-bar,
.info-bar a {
color: #ffffff !important;
}
/* Hover link */
.info-bar a:hover {
color: #ffd700 !important;
}
/* ================================
FIX: FOOTER MERAH SAJA
================================ */
/* Footer utama */
footer#colophon {
background-color: #b30000 !important;
color: #ffffff !important;
}
/* Area widget footer */
footer#colophon .widget-area {
background-color: #b30000 !important;
}
/* Area copyright */
footer#colophon .site-info {
background-color: #8b0000 !important;
}
/* Semua teks footer */
footer#colophon,
footer#colophon a,
footer#colophon p,
footer#colophon span,
footer#colophon li {
color: #ffffff !important;
}
/* Judul widget */
footer#colophon .widget-title {
border-bottom: 2px solid rgba(255,255,255,0.4);
}
/* ================================
PAKSA BAGIAN "YOU MAY MISSED" PUTIH
================================ */
.featured-stories,
.featured-stories .post-boxed,
.featured-stories .post-content {
background: #ffffff !important;
}