Thread Starter
mantum
(@mantum)
solved:
.main-header-menu a {
color: white !important;
}
.main-header-menu a:hover {
color: #46b2ff !important;
}
.main-header-bar {
background: rgba(49,49,49,.9);
}
/*Make Header Sticky*/
.main-header-bar {
position: fixed;
top: 0;
width: 100%;
}
/*Adjust Content Padding*/
.site-content {
padding-top: 75px;
}
/*Adjust Content Padding for Mobile*/
@media (max-width: 800px) {
.site-content {
padding-top: 175px;
}
}
/*Adjust Content Padding for Mobile*/
@media (max-width: 650px) {
.site-content {
padding-top: 200px;
}
}