- Posts: 5
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question help please...changing font color on frontpage
i just installed kunena, and i think its great...
it looks and works better then agora or some other board...
but i have problem...
on my frontpage, i can see categories names, but i cant se number of topics
or the last topic in them...
here is the link, and ul see yourself
img27.imageshack.us/img27/3267/pagejus.jpg
see, i cant see topics number, replies...anything...
and another thing is that guest cant see categories on frontpage...
how do i change that?
thank u very very much...
Please Log in or Create an account to join the conversation.
If you look carefully, you see it, it's because the color is white and ins't very good. If you change the color, you will see it.
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
so, colour is white, and i would liked light blue...
can u tell me where to change that?
i know it is somewere in css options, but where?!?!
which line?!
thanks
Please Log in or Create an account to join the conversation.
find this class:
#Kunena tr.fb_sectiontableentry2 td {
and change
color: #ffffff;
row to
color: #000000;
or which colour you want.
this is a guess, there can be differents lines to change.
Please Log in or Create an account to join the conversation.
If this is the right code, that guerilla posted, you must also change this (tr.fb_sectiontableentry1)
#Kunena tr.fb_sectiontableentry1 td {
color: #ffffff;
}
to
#Kunena tr.fb_sectiontableentry1 td {
color: #22139F;
}
#22139F <- is a darkblue color.
Please Log in or Create an account to join the conversation.