- Posts: 4
- Thank you received: 0
Kunena move to crowdin for the translations
Like announced in the release nots of the K6.4 RC4 release, Kunena project has moved to crowdin :
crowdin.com/project/kunena-forum
to manage translations from K6.4 and beyond. The RC4 release is the last version before the stable, so for all translators please update your translations on crowdin.
Transifex is keept for translations from K6.3 and the previous versions of Kunena.
Kunena 6.3.10 Released
The Kunena team has announce the arrival of Kunena 6.3.10[K 6.3.10] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved Template issue enquiry
I have recently made some changes to the general colouration of my Kunena forum. I did this by modifying the CSS rules located in: media/kunena/cache/nts_kmaterial/css/kunena.css .
However I have found that these colour changes keep reverting back. How do I get around this issue please?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Why not just in the kunena template itself?
eg in custom.css or possibly in the less
L.v.d.A
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
If you want to custom style, I recommend you should move all css custom rules to the style file of joomla template. The reason is that you retain all of that style if you reinstall the kunena template.
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful

Please Log in or Create an account to join the conversation.
I was editing the cache file as the Google Chrome inspector references the cache file as the source of all of the CSS styles. If this is not the file that I should be editing in order to adapt the colours how would I go about making any colour changes?
Update: I have accessed the Kunena custom.css template file at: public_html/components/com_kunena/template/nts_kmaterial/assets/css/custom.css via the Template section of the Kunena administration. I inserted the following CSS rule:-
.kmsgtitle {
background-color: #f4f4f4;
}
I went ahead and saved the change and refreshed the cache but the background colour change has not materialised on the template.
Please Log in or Create an account to join the conversation.
maybe also just delete site cache would like to help with kunena
L.v.d.A
Please Log in or Create an account to join the conversation.
that my solution does not work then. I think you use something like this?
look like this
maybe you can ask them for advice?
L.v.d.A
Please Log in or Create an account to join the conversation.
I was able to resolve this by editing the LESS custom.css file from the Joomla admin > Kunena > template interface.
Please Log in or Create an account to join the conversation.