diff --git a/wp-content/themes/apus-theme/assets/css/footer-contact.css b/wp-content/themes/apus-theme/assets/css/footer-contact.css index 1eab21f7..a05e67b3 100644 --- a/wp-content/themes/apus-theme/assets/css/footer-contact.css +++ b/wp-content/themes/apus-theme/assets/css/footer-contact.css @@ -58,11 +58,8 @@ Footer Styles ======================================== */ -footer { - background-color: var(--color-navy-dark); - color: rgba(255, 255, 255, 0.8); - padding: 3rem 0; -} +/* NOTA: background-color, color y padding usan clases Bootstrap nativas: + bg-dark, text-white, py-5 - NO sobrescribir */ footer h5 { color: #ffffff; diff --git a/wp-content/themes/apus-theme/footer.php b/wp-content/themes/apus-theme/footer.php index 66277de6..a80f5a00 100644 --- a/wp-content/themes/apus-theme/footer.php +++ b/wp-content/themes/apus-theme/footer.php @@ -11,7 +11,7 @@ ?> -