/* Targets the 3rd icon in the social links block */ .sqs-social a:nth-child(3) { width: auto !important; padding: 12px 20px; font-size: 14px; font-weight: 500; font-family: inherit; border: 1px solid #0066cc; border-radius: 10px; color: #0066cc; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; } /* Hides the default icon (image inside) */ .sqs-social a:nth-child(3) img { display: none; } /* Inserts "Location" as the text */ .sqs-social a:nth-child(3)::before { content: "Location"; }