Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] 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

Solved Kunena Menu Appears Blue

More
11 years 3 months ago #164976 by Josh
It seems that some inline CSS from Kunena is being applied that makes the menu blue as seen here:



I assume this is a minor design mistake. ;) The element with a class of "navbar-inner" is getting the following style:
Code:
.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary { background: #0088cc; }

It's also getting some other CSS as well. Let me know if you have trouble reproducing this.

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

More
11 years 3 months ago #164980 by 810

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

More
11 years 3 months ago #164998 by Josh
Replied by Josh on topic Kunena Menu Appears Blue
Thanks for making a Joomla pull request for this. I find it pretty radical that they want the menu to be blaring like it is. Regardless to my color opinions, I believe it's bad UX based on how it's more difficult to read the text with the current method.

If Joomla refuses to change their practices with that class, we could either use a !important rule to over ride it or apply our own class to over ride the styling. If we went the !important route, the !important statement can be overwritten again (by website owners) by simply having a more specific CSS selector.

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

Time to create page: 0.268 seconds