Hello
How can I add to the main menu a " DONATION" button?
I would like to have a btn pop up like the log in mod I using the Joom Donation mod, can I?
Cyberek wrote:You can add normal menu item (for example as last one) and add 'gkLogin' class to it to create look simillar to "log in" button.
#gkHeaderNav li.gkCustom {
border: 1px solid rgba(250, 114, 82, 0.5);
height: 30px;
line-height: 30px;
margin-left: 12px;
-webkit-transition: border .3s ease-out;
-moz-transition: border .3s ease-out;
-ms-transition: border .3s ease-out;
-o-transition: border .3s ease-out;
transition: border .3s ease-out;
}
#gkHeaderNav li.gkCustom:hover {
border-color: #fa7252;
color: #fff;
}
#gkHeaderNav li.gkCustom a {
height: 30px;
line-height: 30px;
padding: 0 12px!important;
}
#gkHeaderNav li.gkCustom:hover a {
color: #fff;
}
#gkHeaderNav li.gkCustom {
border: 1px solid rgba(250, 114, 82, 0.5);
height: 30px;
line-height: 30px;
margin-left: 12px;
-webkit-transition: border .3s ease-out;
-moz-transition: border .3s ease-out;
-ms-transition: border .3s ease-out;
-o-transition: border .3s ease-out;
transition: border .3s ease-out;
}
#gkHeaderNav li.gkCustom:hover {
border-color: #fa7252;
color: #fff;
}
#gkHeaderNav li.gkCustom a {
height: 30px;
line-height: 30px;
padding: 0 12px!important;
}
#gkHeaderNav li.gkCustom:hover a {
color: #fff;
}