Kunena 6.3.0 released

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

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 Changing mouse hover colours in K 2.0 Blue Eagle template

More
11 years 2 weeks ago - 11 years 2 weeks ago #21 by sozzled
Add the following three lines to the end of your Joomla site template CSS file:
Code:
#Kunena div.kthead-title a:hover { color: #888888 !important; }

In your case, the name of your Joomla site template CSS file is <site-root>/templates/yougrids/css/template.css
Last edit: 11 years 2 weeks ago by sozzled.

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

More
11 years 2 weeks ago #22 by applehc
It works!

Thank you very much sozzled, I appreciate it ;)

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

More
11 years 2 weeks ago #23 by sozzled
Is there anything else, in this topic, that you need help with?

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

More
11 years 2 weeks ago - 11 years 2 weeks ago #24 by applehc

sozzled wrote: Is there anything else, in this topic, that you need help with?


Ok, yes. Is possibe change the blue colour? See the picture, three points.



The desired color is #cecece

Thanks
Attachments:
Last edit: 11 years 2 weeks ago by applehc.

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

More
11 years 2 weeks ago #25 by applehc
I need the same as before, with the topics.

Attachments:

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

More
11 years 2 weeks ago #26 by sozzled
For the "Mark all topics read" and the "Login" buttons background colour:

Add the following three lines to the end of your Joomla site template CSS file:
Code:
#Kunena input.kbutton:hover { background: #cecece !important; }

It is really difficult to change the hover colour with a selected list by using CSS. The only way I know how to do this is to change the colour, dynamically, via Javascript. This kind of change might take me several hours to work out a solution for you. Perhaps another member of the community can offer their ideas.

With the exception of this one remaining issue, have we now answered everything that you wanted to know?

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

More
11 years 2 weeks ago - 11 years 2 weeks ago #27 by sozzled
We could change each <A> hover tag individually, like we did before with
Code:
#Kunena div.kthead-title a:hover { color: #888888 !important; }
... or we could make it easier and change all the <A> tag hover colours in your forum.

This is what you would do to change all the hover colours (including the ones for topics): remove the lines that I just mentioned, and replace them with these:
Code:
#Kunena a:hover { color: #888888 !important; }
Last edit: 11 years 2 weeks ago by sozzled.

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

More
11 years 2 weeks ago - 11 years 2 weeks ago #28 by sozzled
Have we now answered all of your questions except for one (which is not possible to do with CSS)?
Last edit: 11 years 2 weeks ago by sozzled.

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

More
11 years 2 weeks ago - 11 years 2 weeks ago #29 by applehc
Thanks, I changed the background color successful. The font color and edges can be changed too? I had not considered, sorry. Its all, no more.

The color in selected list no problem, do not worry.
Last edit: 11 years 2 weeks ago by applehc.

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

More
11 years 2 weeks ago - 11 years 2 weeks ago #30 by sozzled

applehc wrote: The font color and edges can be changed too?

Yes. The color and border-color can be changed to whatever you like. I suggest that you read How do I change the colours of my template in Kunena? ;)
Last edit: 11 years 2 weeks ago by sozzled.

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

Time to create page: 0.555 seconds