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
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
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.WebResearcher wrote: I'm not so sure it is my website's CSS more than it is Kunena's CSS...
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- karinpronk
-
- Offline
- New Member
-
- Posts: 13
- Thank you received: 0
Newbie here..
karin
Please Log in or Create an account to join the conversation.
to:
regards 810
Please Log in or Create an account to join the conversation.
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;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I changed kunena.default.css :
to#Kunena a:hover { color: #FF0000 !important; background-color:transparent !important; }
#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 ?
Please Log in or Create an account to join the conversation.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.