hi,
geat template
For Quark Store :
It's possible to have menu fixed with background white on all page and no move or effect on scroll?
Example on attachment :
if yes, how ?
Thanks
#gkHeaderNav {
top: -45px !important;
position: fixed !important;
background: #fff !important;
height: 120px !important;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15) !important;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .15) !important;
box-shadow: 0 0 2px rgba(0, 0, 0, .15) !important;
}
#gkHeaderNav .gkMainMenu {
margin-top: 48px !important;
height: 72px !important;
}
#gkHeaderNav.gk-fixed #gkLogo {
margin-top: 72px !important;
}
#gkHeaderNav.gk-fixed .gkMainMenu .gkmenu.level0 > li > a {
padding: 24px 15px !important;
}
#gkMobileMenu {
padding: 0px;
margin-top: 72px !important;
}
.dark-bg #gkMobileMenu i, .dark-bg #gkMobileMenu i::after, .dark-bg #gkMobileMenu i::before {
background: #444 none repeat scroll 0% 0%;
}
.dark-bg #gkMobileMenu span {
color: #444;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a, #gkHeaderNav .gkMainMenu .gkmenu > li > span {
color: #444 !important;
}