Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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

Solved [K.5.0.RC3] User Status Text color

More
9 years 10 months ago #176542 by eSilverStrike
Using the Crypsisb3 template for the forum.

The user status text color (like on the user profile page or members list) can be changed if the template sets a default color for links like:
Code:
a:link, a:visited { color: #1f8ed9; }

In bootstrap the label class is usually used with a span and not a link. Maybe switch from using the label class to a button class for the Forum user status?

I am using the iReview3 template from JReviews which loads bootstrap 3.3.2

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

More
9 years 10 months ago #176544 by 810
its loading the css from:
Code:
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333333; }

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

Time to create page: 0.221 seconds