diff --git a/wp-content/themes/apus-theme/assets/css/componente-footer-contact-form.css b/wp-content/themes/apus-theme/assets/css/componente-footer-contact-form.css index a05e67b3..4a53b8db 100644 --- a/wp-content/themes/apus-theme/assets/css/componente-footer-contact-form.css +++ b/wp-content/themes/apus-theme/assets/css/componente-footer-contact-form.css @@ -95,4 +95,24 @@ footer .btn-primary:hover { color: var(--color-orange-primary); } +/* ======================================== + Contact Section - Text Colors Override + ======================================== */ + +/* + * Fix Issue #128: Textos demasiado oscuros en sección de contacto + * Template usa #495057 (gris medio) en lugar de #212529 (gris oscuro) + * Aplicar solo a sección bg-secondary (sección de contacto arriba del footer) + */ + +section.bg-secondary h2, +section.bg-secondary h3, +section.bg-secondary p { + color: #495057 !important; /* Bootstrap --bs-gray-700 - Gris medio */ +} + +section.bg-secondary h6 { + color: #495057 !important; /* Bootstrap --bs-gray-700 - Gris medio */ +} + /* NOTA: NO sobrescribir estilos Bootstrap h6 - Template usa defaults */ diff --git a/wp-content/themes/apus-theme/functions.php b/wp-content/themes/apus-theme/functions.php index 9642df26..fd675553 100644 --- a/wp-content/themes/apus-theme/functions.php +++ b/wp-content/themes/apus-theme/functions.php @@ -14,7 +14,7 @@ if (!defined('ABSPATH')) { /** * Theme Version */ -define('APUS_VERSION', '1.0.17'); +define('APUS_VERSION', '1.0.18'); /** * Theme Setup