- Posts: 5
- Thank you received: 0
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
Question help please...changing font color on frontpage
16 years 11 months ago #15529
by simo
help please...changing font color on frontpage was created by simo
hey guys!
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...
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.
16 years 11 months ago #15537
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:help please...changing font color on frontpage
Hello,
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.
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.
16 years 11 months ago #15555
by simo
Replied by simo on topic Re:help please...changing font color on frontpage
xillibit, thank you for ur answer...
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
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.
16 years 11 months ago #15562
by guerilla
Replied by guerilla on topic Re:help please...changing font color on frontpage
you must edit kunena.forum.css file.
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.
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.
16 years 11 months ago - 16 years 11 months ago #15567
by Lintzy
Replied by Lintzy on topic Re:help please...changing font color on frontpage
The best would be, to post a link to forum, than it is possible to find the exact css tags with the firefox addon -> "Firebug". You could also try this yourself.
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.
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.
Last edit: 16 years 11 months ago by Lintzy.
Please Log in or Create an account to join the conversation.
Time to create page: 0.289 seconds