Hi,
I would like to change the color of the menu bar to white. The dropdown list should be black. I can change the color of the menu bar but it doesn't work with the drop down list.
Thank you in advance.
#gkHeaderNav #gkMobileMenu i {
color: #000 !important;
}
#gkHeaderNav {
background: #fff none repeat scroll 0 0 !important;
}
@media only screen and (max-width:1030px) {
#gkBottom5 ul li {
font-size: 12px !important;
}
}
<p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</p>
<div class="group_photo"></div>
.group_photo {
height: 200px;
}
@media only screen and (max-width:1024px) {
.group_photo {
height: 150px;
}
}
@media only screen and (max-width:800px) {
.group_photo {
height: 100px;
}
}
.frontpage.dark-bottom #gkDarkBottom {
background-size: cover;
}
.frontpage.dark-bottom #gkDarkBottom {
background-position: center center;
background-size: 100% auto !important;
}