The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Solved
Need help with CSS edits for Kunena Blue Eagle template after upgrading to Kunena 3.0.6.
You can copy below CSS rules to replace the old CSS rules in the custom.css.
Code:
/* This GC edit changes the Kunena Discuss text color and size under articles */
body div.kdiscuss-title {color: #000000 !important;}
body div.kdiscuss-text {font-size: 12px; color: #000066 !important;}
body div.kdiscuss-quick-post-label {color: #000000 !important;}
/* This GC edit changes the Kunena forum template link colors */
body #Kunena a:link {text-decoration: underline; color: #800000 !important;}
body #Kunena a:visited {color: #000066 !important;}
body #Kunena a:active {color: #800000 !important;}
body #Kunena a:hover {color: #006600 !important;}
/* This GC edit changes the Kunena forum text */
body #Kunena div.ktopic-title-cover a {font-size: 13px;}
body #Kunena div.kthead-title a {font-size: 0.75em;}
body #Kunena div.kcc-subcat a {text-decoration: none !important;}
I think, It'll work fine on your site.
Regards
- 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