Skip to content
/* Target the contact section specifically */
.footer-two__widget--alternate .footer-two__widget-content ul li a,
.footer-two__widget-content--contact ul li a {
text-transform: none !important;
}
/* Or more broadly target the footer contact widget */
.footer-two__widget--alternate ul li a {
text-transform: capitalize !important;
}
/* Target just the text part (not the icon) */
.footer-two__widget-content--contact a {
text-transform: capitalize !important;
}