Forging a passion for health, fitness and performance within Silsden, Yorkshire and beyond!
We are a community driven gym in the heart of Silsden, West Yorkshire. We are new, ambitious, and determined to make the Cobbydale Forge experience the best it can be for every individual.
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 */
}