Ultimate Quark Mobile menu like Gavick

Support desk for Multipurpose Quark Theme
GK User
Mon Jul 27, 2015 10:45 am
Guys,

1. Josefine Sans Font (17px) @ Template Settings

2. Put the following code @ override.css

Code: Select all
#gk-menu-overlay {
    background: #000;
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out 0s;
    z-index: 10000;
}
#gk-menu-overlay-content {
    display: none;
    left: 10%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 80%;
    z-index: 10001;
}
#gk-menu-overlay.display-menu, #gk-menu-overlay-content.display-menu {
    display: block;
}
#gk-menu-overlay.show-menu, #gk-menu-overlay-content.show-menu {
    display: block;
    opacity: 1;
}
#gk-menu-overlay-close {
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 32px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 19px;
    transform: scale(0.5);
    transition: all 0.3s ease-out 0s;
    width: 32px;
    z-index: 10005;
}
.show-menu #gk-menu-overlay-close {
    opacity: 1;
    transform: scale(1);
}
#gk-menu-overlay-close::after, #gk-menu-overlay-close::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    transform-origin: 50% 50% 0;
    width: 32px;
}
#gk-menu-overlay-close::before {
    transform: rotate(-45deg);
}
#gk-menu-overlay-content ul {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}
#gk-menu-overlay-content li {
    list-style-type: none;
}
#gk-menu-overlay-content li a, #gk-menu-overlay-content li span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: block;
    padding: 10px 0;
   
}
#gk-menu-overlay-content .submenu {
    padding: 0;
}
#gk-menu-overlay-content .submenu li a, #gk-menu-overlay-content .submenu li span {
    font-size: 24px;
    padding: 5px 0;
}
#gk-menu-overlay-content .submenu li a:hover {
    color: #72b9ea;
}


#gk-menu-overlay-wrap .gkMainMenu {
    display: block;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 0px;
    position: static;
    width: 100%;
}

#gk-menu-overlay-wrap .gkMainMenu a {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 40px;
    font-weight: 700;

}

#gk-menu-overlay-wrap .gkMainMenu li li a {
    font-size: 17px;
    padding: 8px 0;
    text-transform: none;
     font-weight: 300;

}


User avatar
Gold Boarder

GK User
Mon Jul 27, 2015 11:31 am
If you can add screenshot (BEFORE and AFTER) also it will be nice.
Of course big thanks.
User avatar
Platinum Boarder

GK User
Mon Jul 27, 2015 11:37 am
Of Course:

Before:
Image

After:


Image
User avatar
Gold Boarder

GK User
Mon Jul 27, 2015 12:10 pm
Now members can decide which version they like more, with transparency or with solid bg color and design improvement.
Thanks again, good job. :mrgreen: Have a nice day.
User avatar
Platinum Boarder

GK User
Mon Jul 27, 2015 12:11 pm
We are a community :)
User avatar
Gold Boarder


cron