Start Here – MBSR Course – Free MBSR
Curriculum – FAQ – About
+++
/* Styling for the Selected/Active Menu Item */
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
color: #00b3dc !important; /* Keeps your brand Teal */
font-size: 1.2em !important; /* Makes it noticeably larger */
font-weight: bold !important; /* Adds extra emphasis */
text-decoration: underline !important; /* Adds the underline */
text-underline-offset: 8px; /* Spaces the underline nicely */
}
/* Ensure the Mobile Menu also shows the Active state */
.ast-header-break-point .main-header-menu .current-menu-item > a {
color: #00b3dc !important;
font-size: 1.3rem !important;
text-decoration: underline !important;
}