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

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 [SOLVED] User Legend/Name Color Issue

More
11 years 2 months ago - 11 years 2 months ago #1 by swash
I have a weird issue getting the user name to match the legend.

I've change the legend color using the tips for the legend color thread.
Code:
#Kunena .kwho-admin { color: <your-colour-value-here> !important; } #Kunena .kwho-globalmoderator { color: <your-colour-value-here> !important; } #Kunena .kwho-moderator { color: <your-colour-value-here> !important; } #Kunena .kwho-user { color: <your-colour-value-here> !important; } #Kunena .kwho-guest { color: <your-colour-value-here> !important; }
I've only changed the admin and globalmoderator.
Code:
#Kunena .kwho-admin { color: #7709ff !important; } #Kunena .kwho-globalmoderator { color: #3740FC !important; }
The legend is perfect, but the user doesn't match the legend colors.
Here I'm signed in as Administrator, but the user color is not correct. (note it's red not purple)


Any help would be most appreciated. Thank you in advance.

Joomla! 2.5.8 Stable
Kunena 2.0.4
Last edit: 11 years 2 months ago by swash. Reason: Solved Issue

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

More
11 years 2 months ago #2 by rich
Replied by rich on topic User Legend/Name Color Issue
Welcome swash!

You need both Codes for all:

#Kunena .kwho-globalmoderator, #Kunena a.kwho-globalmoderator
The following user(s) said Thank You: swash

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

More
11 years 2 months ago #3 by swash
Replied by swash on topic User Legend/Name Color Issue
That pointed me in the right direction, thank you.
I was editing the joomla template css and just adding those two lines. (WRONG)

I've since then found /components/com_kunena/template/blue_eagle/css
The files we need to look for are:

kunena.default.css
kunena.skinner.css
kunena.skinner-min.css

Just search #Kunena a.kwho-admin
You'll find all the user color codes.

Hope this helps someone else!

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

Time to create page: 0.452 seconds