From 66003e6ec3771899fc372b9b1c61a65b6429f0d9 Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Sat, 8 Nov 2025 10:41:38 -0600 Subject: [PATCH] Fix: Footer debe usar #212529 (bg-dark) NO navy-dark - Issue #128 --- wp-content/themes/apus-theme/assets/css/footer.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/apus-theme/assets/css/footer.css b/wp-content/themes/apus-theme/assets/css/footer.css index 1e42ca6f..f3e9afa7 100644 --- a/wp-content/themes/apus-theme/assets/css/footer.css +++ b/wp-content/themes/apus-theme/assets/css/footer.css @@ -4,6 +4,8 @@ * Estilos para el footer que replica EXACTAMENTE el template RDash (líneas 1093-1151). * Este footer es simple: 3 columnas de navegación + newsletter solo con email. * + * IMPORTANTE: El template usa Bootstrap bg-dark (#212529), NO --color-navy-dark + * * @package Apus_Theme * @since 1.0.0 * @see template: apus-theme-template/index.html líneas 1093-1151 @@ -15,7 +17,7 @@ ========================================================================== */ footer { - background-color: var(--color-navy-dark); + background-color: #212529 !important; color: rgba(255, 255, 255, 0.8); padding: 3rem 0; } @@ -24,6 +26,7 @@ footer h5 { color: #ffffff; font-weight: 600; margin-bottom: 1rem; + font-family: Poppins, sans-serif; } footer a {