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

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
13 years 6 months ago - 13 years 6 months ago #139700 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: 13 years 6 months ago by swash. Reason: Solved Issue

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

  • rich
  • rich's Avatar
  • Away
  • Kunena Moderator
  • Kunena Moderator
  • I like sunshine and flowers
More
13 years 6 months ago #139701 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

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: swash

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

More
13 years 6 months ago #139720 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.224 seconds