/* Make Donate a button-style link */ .header-nav a[href="/donate"] { background-color: #d2232a; color: white !important; padding: 8px 16px; border-radius: 6px; font-weight: bold; text-transform: uppercase; } /* Optional: change on hover */ .header-nav a[href="/donate"]:hover { background-color: #a81b22; } /* Another example: underline Contact */ .header-nav a[href="/contact"] { text-decoration: underline; font-style: italic; }