Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released

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.

More
11 years 10 months ago #160068 by 9themestore
Hi Nemmar,

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 :)

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

More
11 years 10 months ago #160094 by nemmar

9themestore wrote: You can copy below CSS rules to replace the old CSS rules in the custom.css. I think, It'll work fine on your site.


Hi 9themestore,

Yes, by adding "body" to the front of the CSS lines works great! I really appreciate the advice.

Thank you very much!!!

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

Time to create page: 0.260 seconds