/* Make only the contact navigation item bold */
.header__menu a[href*="contact"],
.main-menu a[href*="contact"],
.navigation a[href*="contact"] {
font-weight: bold !important;
}
/* Alternative selectors if the above doesn't work */
nav a[href="/pages/contact"],
.menu-item a[href="/pages/contact"],
.site-nav a[href="/pages/contact"] {
font-weight: bold !important;
}
Choosing a selection results in a full page refresh.