When using this template some of the kunena forum buttons (like submit when posting a new message) are not readable until you hover over them. The font is white/grey like the background. How do I change this?
I googled this issue and found another thread about it (for another gk template) and implemented this code into override.css but it hasn't fixed the problem for my forum:
#Kunena #jumpto .inputbox {
display: inline-block;
}
#Kunena select[size="1"] {
height: inherit !important;
line-height: inherit !important;
}
#Kunena select[size] {
font-size: inherit !important;
height: auto !important;
}
#Kunena form#jumpto input.kbutton {
display: inline-block;
float: none;
height: 22px;
line-height: 22px;
margin: 0 0 0 10px;
}
#Kunena .kprofileboxcnt .kbutton {
float: right;
height: 21px;
margin-top: 0 !important;
line-height: 21px;
}
#Kunena .klist-markallcatsread input.kbutton {
height: 21px;
margin: 6px;
line-height: 21px;
}
#Kunena td.krowmoderation input.kbutton {
float: right;
height: 21px;
margin: 0 0 0 5px;
line-height: 21px;
}
#Kunena .ks {
margin-bottom: 5px;
}
#Kunena fieldset legend {
font-size: 16px;
}
#Kunena .kattachment .kbutton {
border: medium none !important;
color: #FFFFFF !important;
float: right;
height: 22px !important;
line-height: 22px !important;
margin: 0 0 0 5px !important;
padding: 0 5px !important;
}
#Kunena .kattachment {
clear: both;
margin: 5px 0;
}
The forum in question: http://sadness.cloudaccess.net/index.php/forum/index