Fix Footer Contact Form: Eliminar overrides CSS de Bootstrap
Eliminados todos los overrides de .contact-info h6 y .text-muted para usar SOLO estilos default de Bootstrap 5, tal como lo hace el template. Archivos modificados: - footer-contact.css: Eliminado font-weight: 600 y font-size de h6 - footer.css: Eliminado font-weight: 400 de h6 - style.css: Eliminado font-weight: 400 de h6 Motivo: Template usa Bootstrap puro sin custom CSS para estos elementos. Issue: #128 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -25,16 +25,7 @@
|
|||||||
Contact Info Styles
|
Contact Info Styles
|
||||||
==================================================================== */
|
==================================================================== */
|
||||||
|
|
||||||
.contact-info h6 {
|
/* NOTA: NO sobrescribimos h6 ni .text-muted para mantener estilos Bootstrap default del template */
|
||||||
font-weight: 600;
|
|
||||||
font-size: 0.95rem;
|
|
||||||
color: #212529;
|
|
||||||
margin-bottom: 0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.contact-info .text-muted {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.contact-info i {
|
.contact-info i {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
@@ -259,13 +250,7 @@
|
|||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-info h6 {
|
/* ELIMINADO: sobrescrituras de h6 y .text-muted para mantener Bootstrap default */
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.contact-info .text-muted {
|
|
||||||
font-size: 0.85rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.contact-info i {
|
.contact-info i {
|
||||||
font-size: 1.1rem !important;
|
font-size: 1.1rem !important;
|
||||||
@@ -343,9 +328,7 @@
|
|||||||
background-color: rgba(33, 37, 41, 0.15) !important;
|
background-color: rgba(33, 37, 41, 0.15) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-info h6 {
|
/* ELIMINADO: sobrescritura de h6 para mantener Bootstrap default */
|
||||||
color: #f8f9fa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footerContactForm .form-control {
|
#footerContactForm .form-control {
|
||||||
background-color: #212529;
|
background-color: #212529;
|
||||||
|
|||||||
@@ -57,6 +57,4 @@ footer .btn-primary:hover {
|
|||||||
color: var(--color-orange-primary);
|
color: var(--color-orange-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-info h6 {
|
/* ELIMINADO: .contact-info h6 para mantener Bootstrap default del template */
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1270,6 +1270,4 @@ footer .btn-primary:hover {
|
|||||||
color: var(--color-orange-primary);
|
color: var(--color-orange-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-info h6 {
|
/* ELIMINADO: .contact-info h6 para mantener Bootstrap default del template */
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user