- Posts: 228
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Loved Kunena 1.5.3 Template: MOC 2.0
Please Log in or Create an account to join the conversation.
at first we like to thank you for the wonderfull work, this template fits perfect to our website sivi-berlin.de
there is only one very little problem, our site has a dark theme with fonts color #CCCCCC. your kunena template matches really good but if i want to post a new message/forumpost the fonts color turns to black on the dark theme. at first i thought it could be a mistake in the joomla template css but i can't find a position. befor i look further into the joomla template css i would like to ask maybe it's a simple line in your MOC 2.0 template css? i hope you can help out and resque me to look into thousands of css code lines
thank you very much in advance
cheers from berlin
Please Log in or Create an account to join the conversation.
. I wonder could you give me a demo user login for your site for 2 mins and i'll have the answer.#Kunena .fb_txtarea {
Please Log in or Create an account to join the conversation.
your support is very fast.
i've send you the login information as PM.
i really hope you can help out.
thank you
Please Log in or Create an account to join the conversation.
Find the following in template.css (line 154):
add font colorinput, select, textarea, .inputbox, .button
font-family:Tahoma,Arial,sans-serif;
font-size:92%;
}
I was using firebug to see that so maybe there isn't an exact css phrase "input, select, textarea, .inputbox, .button" but you'll find something similar at least which you should change.input, select, textarea, .inputbox, .button
font-family:Tahoma,Arial,sans-serif;
font-size:92%;
color:#CCCCCC;
}
Try that and it should work.
Please Log in or Create an account to join the conversation.
wow..thank you so much for your help. i don't think that i would find this simple solution myself. cheers for everything, your wonderful kunena template and keep up your work.
Please Log in or Create an account to join the conversation.