Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question Kunena upgrade results in horribly broken menu

More
7 years 5 months ago #11 by Rajada
Adding the same CSS to the custom.css file fixed the icons (had to add the layout specifier though). Specifying some max widths for the quick reply box fixed the other issue.
Code:
div.modal-body{ max-width: 700px; } div.clearfix{ max-width: 700px; } div.kreply{ max-width: 700px; } input#subject.inputbox{ max-width: 656px; } #kunena.layout [class^='icon-'], [class*=' icon-'] { background-image: none;} .btn:hover {background-color: none;} a {text-decoration: none;}

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

More
7 years 5 months ago #12 by Rajada
Sorry to say, 5.0.3 brought back this icon issue and the custom css no longer fixes it.

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

Time to create page: 0.343 seconds