Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Sticky My Joomla site template makes a mess of Kunena ... a collection of the many requests that we receive

More
14 years 8 months ago #99270 by sozzled
Replied by sozzled on topic Re: Text getting cut off?

WebResearcher wrote: I'm not so sure it is my website's CSS more than it is Kunena's CSS...

I can't help you unless we know what we're specifically discussing. As I wrote earlier, each problem is largely resolved by seeing the issue as it occurs on the site in question. Without knowing more about how these issues manifest themselves on your particular site, I can only give general answers. As a general answer, in the absence of any other information, 99.9% of these issues are usually resolvable by working on the Joomla site CSS; I have encountered one or two exceptions to that general rule. I'm sorry, that's the only helpful advice I can give at this time.

Please Log in or Create an account to join the conversation.

More
14 years 8 months ago #100202 by karinpronk
Overzicht (dutch) Overview font is bold and too big for my forum. I am using the default template. Where in the css can I change it, if that is possible.
Newbie here..

karin

Please Log in or Create an account to join the conversation.

More
14 years 8 months ago - 14 years 8 months ago #100209 by 810
change line 87 components\com_kunena\template\default\css\kunena.default.css

to:
Code:
#Kunena .kheader h2 a { color: #fff !important; [b]font-size:15px !important;[/b] }

regards 810
Last edit: 14 years 8 months ago by 810.

Please Log in or Create an account to join the conversation.

More
14 years 8 months ago - 14 years 8 months ago #100255 by sozzled
I would suggest something a little different (see How do I change the colours of my template in Kunena? ).

Rather than edit the file ../components/com_kunena/template/default/css/kunena.default.css (and this won't work unless you enable Kunena debug mode) I would, instead, add to the end of my Joomla site template CSS file, the following lines

#Kunena .kheader h2 a {
color: #fff;
font-size:15px;
}
Last edit: 14 years 8 months ago by sozzled.

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago - 14 years 7 months ago #101020 by virulent
Replied by virulent on topic Re: template css
Hi, I'm having difficulties with the Red color on a:hover...

I changed kunena.default.css :

#Kunena a:hover { color: #FF0000 !important; background-color:transparent !important; }

to

#Kunena a:hover { color: #5388B4 !important; background-color:transparent !important; }


But it keeps showing red (#FF0000) because of this :

<head>
<style type="text/css">
/* Kunena Custom CSS */
#Kunena a:hover {color: #FF0000;} #Kunena a:link,
/* End of Kunena Custom CSS */
</style>
</head>


Where can I change that ?
Last edit: 14 years 7 months ago by virulent.

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #101022 by sozzled
Replied by sozzled on topic Re: template css
G'day, virulen, and welcome to Kunena.

Unless you really know what you are doing, we do not recommend that you change the file kunena.default.css. Besides, this file is not used unless you run Kunena in debug mode (see Minified CSS for background information).

It's better if you change your Joomla site template CSS file. See How do I change the colours of my template in Kunena? Put the changes you wrote in your Joomla site template file and I think it will work.

Please Log in or Create an account to join the conversation.

Time to create page: 0.318 seconds