Choosing a selection results in a full page refresh.
Opens in a new window.
/* Custom CSS for Transparent Header */
header.header { /* This is a common header class, might be different for your theme */
background-color: transparent !important;
position: absolute; /* Ensures it overlays content */
width: 100%;
z-index: 10; /* Ensures it's above other content */
}
/* You might also need to adjust text/icon colors to be visible on your hero */
.header__heading-link,
.header__icon,
.header__menu-item {
color: #ffffff !important; /* Example: White for dark backgrounds */
}